Shades of Maroon #660C03
Tints of Maroon #660C03
RGB
CMYK
RGB Variations
Color information
#660C03 (or 0x660C03) is known color: Maroon. HEX triplet: 66, 0C and 03. RGB value is (102,12,3). Sum of RGB (Red+Green+Blue) = 102+12+3=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C03 is #99F3FC. Grayscale: #262626. Windows color (decimal): -10089469 or 199782. OLE color: 199782.
HSL color Cylindrical-coordinate representation of color #660C03: hue angle of 5.45º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660C03 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 12 | 3 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.6 |
| HSL | 5.45º | 0.94% | 0.21% | - |
| HSV(B) | 5.45º | 0.97% | 0.4% | - |
| XYZ | 5.63 | 3.09 | 0.39 | - |
| YUV | 37.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 3 | 0 | 0.88 | 0.97 | 0.6 | 5.45 | 0.94 | 0.21 |
| Hex | 66 | C | 3 | 0 | 58 | 61 | 3C | 5 | 5E | 15 |
| Octal | 146 | 14 | 3 | 0 | 130 | 141 | 74 | 5 | 136 | 25 |
| Binary | 1100110 | 1100 | 11 | 0 | 1011000 | 1100001 | 111100 | 101 | 1011110 | 10101 |
Color Harmonies of #660C03
Complementary color
Monochromatic Colors of #660C03
Black with #660C03
Text Example
Text Example
White with #660C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C03; }
p { color: rgb(102,12,3); }
H1.HeaderClassName
{
color: #660C03;
}
.AnyTagClassName
{
color: #660C03;
}
</style>
background-color css
<style>
a { background-color: #660C03; }
a { background-color: rgb(102,12,3); }
div.DivClassName
{
background-color: #660C03;
}
.BgClassName
{
background-color: #660C03;
}
</style>
border-color css
<style>
span { border-color: #660C03; }
span { border-color: rgb(102,12,3); }
td.TdClassName
{
border-color: #660C03;
}
.TagClassName
{
border-color: #660C03;
}
</style>