Shades of Maroon #661004
Tints of Maroon #661004
RGB
CMYK
RGB Variations
Color information
#661004 (or 0x661004) is known color: Maroon. HEX triplet: 66, 10 and 04. RGB value is (102,16,4). Sum of RGB (Red+Green+Blue) = 102+16+4=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #661004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661004 is #99EFFB. Grayscale: #282828. Windows color (decimal): -10088444 or 266342. OLE color: 266342.
HSL color Cylindrical-coordinate representation of color #661004: hue angle of 7.35º 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 #661004 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 16 | 4 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.6 |
| HSL | 7.35º | 0.92% | 0.21% | - |
| HSV(B) | 7.35º | 0.96% | 0.4% | - |
| XYZ | 5.69 | 3.2 | 0.43 | - |
| YUV | 40.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 4 | 0 | 0.84 | 0.96 | 0.6 | 7.35 | 0.92 | 0.21 |
| Hex | 66 | 10 | 4 | 0 | 54 | 60 | 3C | 7 | 5C | 15 |
| Octal | 146 | 20 | 4 | 0 | 124 | 140 | 74 | 7 | 134 | 25 |
| Binary | 1100110 | 10000 | 100 | 0 | 1010100 | 1100000 | 111100 | 111 | 1011100 | 10101 |
Color Harmonies of #661004
Complementary color
Monochromatic Colors of #661004
Black with #661004
Text Example
Text Example
White with #661004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661004; }
p { color: rgb(102,16,4); }
H1.HeaderClassName
{
color: #661004;
}
.AnyTagClassName
{
color: #661004;
}
</style>
background-color css
<style>
a { background-color: #661004; }
a { background-color: rgb(102,16,4); }
div.DivClassName
{
background-color: #661004;
}
.BgClassName
{
background-color: #661004;
}
</style>
border-color css
<style>
span { border-color: #661004; }
span { border-color: rgb(102,16,4); }
td.TdClassName
{
border-color: #661004;
}
.TagClassName
{
border-color: #661004;
}
</style>