HTML Color Names
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =

Main Index | Element Index | Element Tree | HTML Support History


The Use of Color Names
2 | 3 | 3.2 | 4 | IE2 | M3 | N2 | O2.1
In addition to supporting explicit Red-Green-Blue hexadecimal color value expressions, some browsers also add support for colors specified by named values. This DOES decrease the need to memorize how the original yet cryptic hexadecimal values are created, but there is a cost: most browsers only support 16 basic color names [shown below] while Netscape versions 2.0 and above and Internet Explorer versions 3.0 and above support an increased color name palette of 140 total colors.
Tags that use Color Attributes
<Basefont>, <Body>, <Font>, <Hr>, <Marquee>, <Table>, <Td>, <Th>, <Tr>, <Thead>, <Tbody>, <Tfoot>


The sixteen basic color-mapped names
and corresponding RGB hexadecimal values.
Black
000000
Black color sample
White
FFFFFF
White color sample
Red
FF0000
Red color sample
Yellow
FFFF00
Yellow color sample
Lime
00FF00
Lime color sample
Aqua
00FFFF
Aqua color sample
Blue
0000FF
Blue color sample
Fuchsia
FF00FF
Fuchsia color sample
Gray
808080
Gray color sample
Silver
C0C0C0
Silver color sample
Maroon
800000
Maroon color sample
Olive
808000
Olive color sample
Green
008000
Green color sample
Teal
008080
Teal color sample
Navy
000080
Navy color sample
Purple
800080
Purple color sample

Boring Copyright Stuff...