Shades of Maroon #710D06
Tints of Maroon #710D06
RGB
CMYK
RGB Variations
Color information
#710D06 (or 0x710D06) is known color: Maroon. HEX triplet: 71, 0D and 06. RGB value is (113,13,6). Sum of RGB (Red+Green+Blue) = 113+13+6=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D06 is #8EF2F9. Grayscale: #2A2A2A. Windows color (decimal): -9368314 or 396657. OLE color: 396657.
HSL color Cylindrical-coordinate representation of color #710D06: hue angle of 3.93º 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 #710D06 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 6 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.56 |
| HSL | 3.93º | 0.9% | 0.23% | - |
| HSV(B) | 3.93º | 0.95% | 0.44% | - |
| XYZ | 6.99 | 3.81 | 0.54 | - |
| YUV | 42.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 6 | 0 | 0.88 | 0.95 | 0.56 | 3.93 | 0.9 | 0.23 |
| Hex | 71 | D | 6 | 0 | 58 | 5F | 38 | 4 | 5A | 17 |
| Octal | 161 | 15 | 6 | 0 | 130 | 137 | 70 | 4 | 132 | 27 |
| Binary | 1110001 | 1101 | 110 | 0 | 1011000 | 1011111 | 111000 | 100 | 1011010 | 10111 |
Color Harmonies of #710D06
Complementary color
Monochromatic Colors of #710D06
Black with #710D06
Text Example
Text Example
White with #710D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D06; }
p { color: rgb(113,13,6); }
H1.HeaderClassName
{
color: #710D06;
}
.AnyTagClassName
{
color: #710D06;
}
</style>
background-color css
<style>
a { background-color: #710D06; }
a { background-color: rgb(113,13,6); }
div.DivClassName
{
background-color: #710D06;
}
.BgClassName
{
background-color: #710D06;
}
</style>
border-color css
<style>
span { border-color: #710D06; }
span { border-color: rgb(113,13,6); }
td.TdClassName
{
border-color: #710D06;
}
.TagClassName
{
border-color: #710D06;
}
</style>