Shades of Maroon #660A04
Tints of Maroon #660A04
RGB
CMYK
RGB Variations
Color information
#660A04 (or 0x660A04) is known color: Maroon. HEX triplet: 66, 0A and 04. RGB value is (102,10,4). Sum of RGB (Red+Green+Blue) = 102+10+4=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #660A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A04 is #99F5FB. Grayscale: #242424. Windows color (decimal): -10089980 or 264806. OLE color: 264806.
HSL color Cylindrical-coordinate representation of color #660A04: hue angle of 3.67º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660A04 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 4 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.6 |
| HSL | 3.67º | 0.92% | 0.21% | - |
| HSV(B) | 3.67º | 0.96% | 0.4% | - |
| XYZ | 5.61 | 3.05 | 0.41 | - |
| YUV | 36.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 4 | 0 | 0.90 | 0.96 | 0.6 | 3.67 | 0.92 | 0.21 |
| Hex | 66 | A | 4 | 0 | 5A | 60 | 3C | 4 | 5C | 15 |
| Octal | 146 | 12 | 4 | 0 | 132 | 140 | 74 | 4 | 134 | 25 |
| Binary | 1100110 | 1010 | 100 | 0 | 1011010 | 1100000 | 111100 | 100 | 1011100 | 10101 |
Color Harmonies of #660A04
Complementary color
Monochromatic Colors of #660A04
Black with #660A04
Text Example
Text Example
White with #660A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A04; }
p { color: rgb(102,10,4); }
H1.HeaderClassName
{
color: #660A04;
}
.AnyTagClassName
{
color: #660A04;
}
</style>
background-color css
<style>
a { background-color: #660A04; }
a { background-color: rgb(102,10,4); }
div.DivClassName
{
background-color: #660A04;
}
.BgClassName
{
background-color: #660A04;
}
</style>
border-color css
<style>
span { border-color: #660A04; }
span { border-color: rgb(102,10,4); }
td.TdClassName
{
border-color: #660A04;
}
.TagClassName
{
border-color: #660A04;
}
</style>