Shades of Maroon #710C0B
Tints of Maroon #710C0B
RGB
CMYK
RGB Variations
Color information
#710C0B (or 0x710C0B) is known color: Maroon. HEX triplet: 71, 0C and 0B. RGB value is (113,12,11). Sum of RGB (Red+Green+Blue) = 113+12+11=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #710C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C0B is #8EF3F4. Grayscale: #2A2A2A. Windows color (decimal): -9368565 or 724081. OLE color: 724081.
HSL color Cylindrical-coordinate representation of color #710C0B: hue angle of 0.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710C0B is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 11 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.56 |
| HSL | 0.59º | 0.82% | 0.24% | - |
| HSV(B) | 0.59º | 0.9% | 0.44% | - |
| XYZ | 7 | 3.8 | 0.68 | - |
| YUV | 42.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 11 | 0 | 0.89 | 0.90 | 0.56 | 0.59 | 0.82 | 0.24 |
| Hex | 71 | C | B | 0 | 59 | 5A | 38 | 1 | 52 | 18 |
| Octal | 161 | 14 | 13 | 0 | 131 | 132 | 70 | 1 | 122 | 30 |
| Binary | 1110001 | 1100 | 1011 | 0 | 1011001 | 1011010 | 111000 | 1 | 1010010 | 11000 |
Color Harmonies of #710C0B
Complementary color
Monochromatic Colors of #710C0B
Black with #710C0B
Text Example
Text Example
White with #710C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C0B; }
p { color: rgb(113,12,11); }
H1.HeaderClassName
{
color: #710C0B;
}
.AnyTagClassName
{
color: #710C0B;
}
</style>
background-color css
<style>
a { background-color: #710C0B; }
a { background-color: rgb(113,12,11); }
div.DivClassName
{
background-color: #710C0B;
}
.BgClassName
{
background-color: #710C0B;
}
</style>
border-color css
<style>
span { border-color: #710C0B; }
span { border-color: rgb(113,12,11); }
td.TdClassName
{
border-color: #710C0B;
}
.TagClassName
{
border-color: #710C0B;
}
</style>