RGB Guide
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =

Main Index | Tag Index | Tag Tree | Tag History

Color references as HTML tag attribute values
Colors are represented by a Red-Green-Blue triplet value expressed in hexadecimal form. The range of each hue value can be 00-FF Hex (0-255 Decimal) allowing a possible color palette of 16 million colors if the operating system or video card supports that many.

Color reference syntax
The values are used in HTML in this format:
<tag ATTRIBUTE="#RRGGBB">
where RR, GG and BB are the respective hexadecimal values for Red, Green and Blue concatenated together. Some browsers can also recognize this color value without the "#" symbol present, but this is not recommended.
Tags that use Color Attributes
<Basefont>, <Body>, <Font>, <Hr>, <Marquee>, <Table>, <Td>, <Th>, <Tr>

Boring Copyright Stuff...