Shades of Maroon #710A06
Tints of Maroon #710A06
RGB
CMYK
RGB Variations
Color information
#710A06 (or 0x710A06) is known color: Maroon. HEX triplet: 71, 0A and 06. RGB value is (113,10,6). Sum of RGB (Red+Green+Blue) = 113+10+6=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A06 is #8EF5F9. Grayscale: #282828. Windows color (decimal): -9369082 or 395889. OLE color: 395889.
HSL color Cylindrical-coordinate representation of color #710A06: hue angle of 2.24º 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 #710A06 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 6 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.56 |
| HSL | 2.24º | 0.9% | 0.23% | - |
| HSV(B) | 2.24º | 0.95% | 0.44% | - |
| XYZ | 6.95 | 3.74 | 0.53 | - |
| YUV | 40.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 6 | 0 | 0.91 | 0.95 | 0.56 | 2.24 | 0.9 | 0.23 |
| Hex | 71 | A | 6 | 0 | 5B | 5F | 38 | 2 | 5A | 17 |
| Octal | 161 | 12 | 6 | 0 | 133 | 137 | 70 | 2 | 132 | 27 |
| Binary | 1110001 | 1010 | 110 | 0 | 1011011 | 1011111 | 111000 | 10 | 1011010 | 10111 |
Color Harmonies of #710A06
Complementary color
Monochromatic Colors of #710A06
Black with #710A06
Text Example
Text Example
White with #710A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A06; }
p { color: rgb(113,10,6); }
H1.HeaderClassName
{
color: #710A06;
}
.AnyTagClassName
{
color: #710A06;
}
</style>
background-color css
<style>
a { background-color: #710A06; }
a { background-color: rgb(113,10,6); }
div.DivClassName
{
background-color: #710A06;
}
.BgClassName
{
background-color: #710A06;
}
</style>
border-color css
<style>
span { border-color: #710A06; }
span { border-color: rgb(113,10,6); }
td.TdClassName
{
border-color: #710A06;
}
.TagClassName
{
border-color: #710A06;
}
</style>