Shades of Maroon #710C05
Tints of Maroon #710C05
RGB
CMYK
RGB Variations
Color information
#710C05 (or 0x710C05) is known color: Maroon. HEX triplet: 71, 0C and 05. RGB value is (113,12,5). Sum of RGB (Red+Green+Blue) = 113+12+5=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #710C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C05 is #8EF3FA. Grayscale: #292929. Windows color (decimal): -9368571 or 330865. OLE color: 330865.
HSL color Cylindrical-coordinate representation of color #710C05: hue angle of 3.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710C05 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 5 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.56 |
| HSL | 3.89º | 0.92% | 0.23% | - |
| HSV(B) | 3.89º | 0.96% | 0.44% | - |
| XYZ | 6.97 | 3.78 | 0.51 | - |
| YUV | 41.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 5 | 0 | 0.89 | 0.96 | 0.56 | 3.89 | 0.92 | 0.23 |
| Hex | 71 | C | 5 | 0 | 59 | 60 | 38 | 4 | 5C | 17 |
| Octal | 161 | 14 | 5 | 0 | 131 | 140 | 70 | 4 | 134 | 27 |
| Binary | 1110001 | 1100 | 101 | 0 | 1011001 | 1100000 | 111000 | 100 | 1011100 | 10111 |
Color Harmonies of #710C05
Complementary color
Monochromatic Colors of #710C05
Black with #710C05
Text Example
Text Example
White with #710C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C05; }
p { color: rgb(113,12,5); }
H1.HeaderClassName
{
color: #710C05;
}
.AnyTagClassName
{
color: #710C05;
}
</style>
background-color css
<style>
a { background-color: #710C05; }
a { background-color: rgb(113,12,5); }
div.DivClassName
{
background-color: #710C05;
}
.BgClassName
{
background-color: #710C05;
}
</style>
border-color css
<style>
span { border-color: #710C05; }
span { border-color: rgb(113,12,5); }
td.TdClassName
{
border-color: #710C05;
}
.TagClassName
{
border-color: #710C05;
}
</style>