Shades of Maroon #660808
Tints of Maroon #660808
RGB
CMYK
RGB Variations
Color information
#660808 (or 0x660808) is known color: Maroon. HEX triplet: 66, 08 and 08. RGB value is (102,8,8). Sum of RGB (Red+Green+Blue) = 102+8+8=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660808 is #99F7F7. Grayscale: #242424. Windows color (decimal): -10090488 or 526438. OLE color: 526438.
HSL color Cylindrical-coordinate representation of color #660808: hue angle of 0º 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 #660808 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 8 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.6 |
| HSL | 0º | 0.85% | 0.22% | - |
| HSV(B) | 0º | 0.92% | 0.4% | - |
| XYZ | 5.61 | 3.02 | 0.52 | - |
| YUV | 36.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 8 | 0 | 0.92 | 0.92 | 0.6 | 0 | 0.85 | 0.22 |
| Hex | 66 | 8 | 8 | 0 | 5C | 5C | 3C | 0 | 55 | 16 |
| Octal | 146 | 10 | 10 | 0 | 134 | 134 | 74 | 0 | 125 | 26 |
| Binary | 1100110 | 1000 | 1000 | 0 | 1011100 | 1011100 | 111100 | 0 | 1010101 | 10110 |
Color Harmonies of #660808
Complementary color
Monochromatic Colors of #660808
Black with #660808
Text Example
Text Example
White with #660808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660808; }
p { color: rgb(102,8,8); }
H1.HeaderClassName
{
color: #660808;
}
.AnyTagClassName
{
color: #660808;
}
</style>
background-color css
<style>
a { background-color: #660808; }
a { background-color: rgb(102,8,8); }
div.DivClassName
{
background-color: #660808;
}
.BgClassName
{
background-color: #660808;
}
</style>
border-color css
<style>
span { border-color: #660808; }
span { border-color: rgb(102,8,8); }
td.TdClassName
{
border-color: #660808;
}
.TagClassName
{
border-color: #660808;
}
</style>