Shades of Maroon #610C00
Tints of Maroon #610C00
RGB
CMYK
RGB Variations
Color information
#610C00 (or 0x610C00) is known color: Maroon. HEX triplet: 61, 0C and 00. RGB value is (97,12,0). Sum of RGB (Red+Green+Blue) = 97+12+0=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #610C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C00 is #9EF3FF. Grayscale: #242424. Windows color (decimal): -10417152 or 3169. OLE color: 3169.
HSL color Cylindrical-coordinate representation of color #610C00: hue angle of 7.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610C00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.62 |
| HSL | 7.42º | 1% | 0.19% | - |
| HSV(B) | 7.42º | 1% | 0.38% | - |
| XYZ | 5.06 | 2.8 | 0.27 | - |
| YUV | 36.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 0 | 0 | 0.88 | 1 | 0.62 | 7.42 | 1 | 0.19 |
| Hex | 61 | C | 0 | 0 | 58 | 64 | 3E | 7 | 64 | 13 |
| Octal | 141 | 14 | 0 | 0 | 130 | 144 | 76 | 7 | 144 | 23 |
| Binary | 1100001 | 1100 | 0 | 0 | 1011000 | 1100100 | 111110 | 111 | 1100100 | 10011 |
Color Harmonies of #610C00
Complementary color
Monochromatic Colors of #610C00
Black with #610C00
Text Example
Text Example
White with #610C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C00; }
p { color: rgb(97,12,0); }
H1.HeaderClassName
{
color: #610C00;
}
.AnyTagClassName
{
color: #610C00;
}
</style>
background-color css
<style>
a { background-color: #610C00; }
a { background-color: rgb(97,12,0); }
div.DivClassName
{
background-color: #610C00;
}
.BgClassName
{
background-color: #610C00;
}
</style>
border-color css
<style>
span { border-color: #610C00; }
span { border-color: rgb(97,12,0); }
td.TdClassName
{
border-color: #610C00;
}
.TagClassName
{
border-color: #610C00;
}
</style>