Shades of Maroon #710D00
Tints of Maroon #710D00
RGB
CMYK
RGB Variations
Color information
#710D00 (or 0x710D00) is known color: Maroon. HEX triplet: 71, 0D and 00. RGB value is (113,13,0). Sum of RGB (Red+Green+Blue) = 113+13+0=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710D00 is #8EF2FF. Grayscale: #292929. Windows color (decimal): -9368320 or 3441. OLE color: 3441.
HSL color Cylindrical-coordinate representation of color #710D00: hue angle of 6.9º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.56 |
| HSL | 6.9º | 1% | 0.22% | - |
| HSV(B) | 6.9º | 1% | 0.44% | - |
| XYZ | 6.95 | 3.8 | 0.37 | - |
| YUV | 41.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 0 | 0 | 0.88 | 1 | 0.56 | 6.9 | 1 | 0.22 |
| Hex | 71 | D | 0 | 0 | 58 | 64 | 38 | 7 | 64 | 16 |
| Octal | 161 | 15 | 0 | 0 | 130 | 144 | 70 | 7 | 144 | 26 |
| Binary | 1110001 | 1101 | 0 | 0 | 1011000 | 1100100 | 111000 | 111 | 1100100 | 10110 |
Color Harmonies of #710D00
Complementary color
Monochromatic Colors of #710D00
Black with #710D00
Text Example
Text Example
White with #710D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D00; }
p { color: rgb(113,13,0); }
H1.HeaderClassName
{
color: #710D00;
}
.AnyTagClassName
{
color: #710D00;
}
</style>
background-color css
<style>
a { background-color: #710D00; }
a { background-color: rgb(113,13,0); }
div.DivClassName
{
background-color: #710D00;
}
.BgClassName
{
background-color: #710D00;
}
</style>
border-color css
<style>
span { border-color: #710D00; }
span { border-color: rgb(113,13,0); }
td.TdClassName
{
border-color: #710D00;
}
.TagClassName
{
border-color: #710D00;
}
</style>