Shades of Maroon #660C08
Tints of Maroon #660C08
RGB
CMYK
RGB Variations
Color information
#660C08 (or 0x660C08) is known color: Maroon. HEX triplet: 66, 0C and 08. RGB value is (102,12,8). Sum of RGB (Red+Green+Blue) = 102+12+8=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C08 is #99F3F7. Grayscale: #262626. Windows color (decimal): -10089464 or 527462. OLE color: 527462.
HSL color Cylindrical-coordinate representation of color #660C08: hue angle of 2.55º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660C08 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 8 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.6 |
| HSL | 2.55º | 0.85% | 0.22% | - |
| HSV(B) | 2.55º | 0.92% | 0.4% | - |
| XYZ | 5.65 | 3.11 | 0.53 | - |
| YUV | 38.45 | 110.82 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 8 | 0 | 0.88 | 0.92 | 0.6 | 2.55 | 0.85 | 0.22 |
| Hex | 66 | C | 8 | 0 | 58 | 5C | 3C | 3 | 55 | 16 |
| Octal | 146 | 14 | 10 | 0 | 130 | 134 | 74 | 3 | 125 | 26 |
| Binary | 1100110 | 1100 | 1000 | 0 | 1011000 | 1011100 | 111100 | 11 | 1010101 | 10110 |
Color Harmonies of #660C08
Complementary color
Monochromatic Colors of #660C08
Black with #660C08
Text Example
Text Example
White with #660C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C08; }
p { color: rgb(102,12,8); }
H1.HeaderClassName
{
color: #660C08;
}
.AnyTagClassName
{
color: #660C08;
}
</style>
background-color css
<style>
a { background-color: #660C08; }
a { background-color: rgb(102,12,8); }
div.DivClassName
{
background-color: #660C08;
}
.BgClassName
{
background-color: #660C08;
}
</style>
border-color css
<style>
span { border-color: #660C08; }
span { border-color: rgb(102,12,8); }
td.TdClassName
{
border-color: #660C08;
}
.TagClassName
{
border-color: #660C08;
}
</style>