Shades of Maroon #610602
Tints of Maroon #610602
RGB
CMYK
RGB Variations
Color information
#610602 (or 0x610602) is known color: Maroon. HEX triplet: 61, 06 and 02. RGB value is (97,6,2). Sum of RGB (Red+Green+Blue) = 97+6+2=105 (13% of max value = 765). Red value is 97 (38.28% from 255 or 92.38% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 97 - color contains mainly: red. Hex color #610602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610602 is #9EF9FD. Grayscale: #202020. Windows color (decimal): -10418686 or 132705. OLE color: 132705.
HSL color Cylindrical-coordinate representation of color #610602: hue angle of 2.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610602 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 6 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.62 |
| HSL | 2.53º | 0.96% | 0.19% | - |
| HSV(B) | 2.53º | 0.98% | 0.38% | - |
| XYZ | 5.01 | 2.68 | 0.31 | - |
| YUV | 32.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 2 | 0 | 0.94 | 0.98 | 0.62 | 2.53 | 0.96 | 0.19 |
| Hex | 61 | 6 | 2 | 0 | 5E | 62 | 3E | 3 | 60 | 13 |
| Octal | 141 | 6 | 2 | 0 | 136 | 142 | 76 | 3 | 140 | 23 |
| Binary | 1100001 | 110 | 10 | 0 | 1011110 | 1100010 | 111110 | 11 | 1100000 | 10011 |
Color Harmonies of #610602
Complementary color
Monochromatic Colors of #610602
Black with #610602
Text Example
Text Example
White with #610602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610602; }
p { color: rgb(97,6,2); }
H1.HeaderClassName
{
color: #610602;
}
.AnyTagClassName
{
color: #610602;
}
</style>
background-color css
<style>
a { background-color: #610602; }
a { background-color: rgb(97,6,2); }
div.DivClassName
{
background-color: #610602;
}
.BgClassName
{
background-color: #610602;
}
</style>
border-color css
<style>
span { border-color: #610602; }
span { border-color: rgb(97,6,2); }
td.TdClassName
{
border-color: #610602;
}
.TagClassName
{
border-color: #610602;
}
</style>