Shades of Maroon #660200
Tints of Maroon #660200
RGB
CMYK
RGB Variations
Color information
#660200 (or 0x660200) is known color: Maroon. HEX triplet: 66, 02 and 00. RGB value is (102,2,0). Sum of RGB (Red+Green+Blue) = 102+2+0=104 (13% of max value = 765). Red value is 102 (40.23% from 255 or 98.08% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 102 - color contains mainly: red. Hex color #660200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660200 is #99FDFF. Grayscale: #1F1F1F. Windows color (decimal): -10092032 or 614. OLE color: 614.
HSL color Cylindrical-coordinate representation of color #660200: hue angle of 1.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.6 |
| HSL | 1.18º | 1% | 0.2% | - |
| HSV(B) | 1.18º | 1% | 0.4% | - |
| XYZ | 5.5 | 2.87 | 0.26 | - |
| YUV | 31.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 0 | 0 | 0.98 | 1 | 0.6 | 1.18 | 1 | 0.2 |
| Hex | 66 | 2 | 0 | 0 | 62 | 64 | 3C | 1 | 64 | 14 |
| Octal | 146 | 2 | 0 | 0 | 142 | 144 | 74 | 1 | 144 | 24 |
| Binary | 1100110 | 10 | 0 | 0 | 1100010 | 1100100 | 111100 | 1 | 1100100 | 10100 |
Color Harmonies of #660200
Complementary color
Monochromatic Colors of #660200
Black with #660200
Text Example
Text Example
White with #660200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660200; }
p { color: rgb(102,2,0); }
H1.HeaderClassName
{
color: #660200;
}
.AnyTagClassName
{
color: #660200;
}
</style>
background-color css
<style>
a { background-color: #660200; }
a { background-color: rgb(102,2,0); }
div.DivClassName
{
background-color: #660200;
}
.BgClassName
{
background-color: #660200;
}
</style>
border-color css
<style>
span { border-color: #660200; }
span { border-color: rgb(102,2,0); }
td.TdClassName
{
border-color: #660200;
}
.TagClassName
{
border-color: #660200;
}
</style>