Shades of Maroon #710C06
Tints of Maroon #710C06
RGB
CMYK
RGB Variations
Color information
#710C06 (or 0x710C06) is known color: Maroon. HEX triplet: 71, 0C and 06. RGB value is (113,12,6). Sum of RGB (Red+Green+Blue) = 113+12+6=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #710C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C06 is #8EF3F9. Grayscale: #292929. Windows color (decimal): -9368570 or 396401. OLE color: 396401.
HSL color Cylindrical-coordinate representation of color #710C06: hue angle of 3.36º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710C06 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 6 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.56 |
| HSL | 3.36º | 0.9% | 0.23% | - |
| HSV(B) | 3.36º | 0.95% | 0.44% | - |
| XYZ | 6.97 | 3.79 | 0.54 | - |
| YUV | 41.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 6 | 0 | 0.89 | 0.95 | 0.56 | 3.36 | 0.9 | 0.23 |
| Hex | 71 | C | 6 | 0 | 59 | 5F | 38 | 3 | 5A | 17 |
| Octal | 161 | 14 | 6 | 0 | 131 | 137 | 70 | 3 | 132 | 27 |
| Binary | 1110001 | 1100 | 110 | 0 | 1011001 | 1011111 | 111000 | 11 | 1011010 | 10111 |
Color Harmonies of #710C06
Complementary color
Monochromatic Colors of #710C06
Black with #710C06
Text Example
Text Example
White with #710C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C06; }
p { color: rgb(113,12,6); }
H1.HeaderClassName
{
color: #710C06;
}
.AnyTagClassName
{
color: #710C06;
}
</style>
background-color css
<style>
a { background-color: #710C06; }
a { background-color: rgb(113,12,6); }
div.DivClassName
{
background-color: #710C06;
}
.BgClassName
{
background-color: #710C06;
}
</style>
border-color css
<style>
span { border-color: #710C06; }
span { border-color: rgb(113,12,6); }
td.TdClassName
{
border-color: #710C06;
}
.TagClassName
{
border-color: #710C06;
}
</style>