Shades of Maroon #710C03
Tints of Maroon #710C03
RGB
CMYK
RGB Variations
Color information
#710C03 (or 0x710C03) is known color: Maroon. HEX triplet: 71, 0C and 03. RGB value is (113,12,3). Sum of RGB (Red+Green+Blue) = 113+12+3=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #710C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C03 is #8EF3FC. Grayscale: #292929. Windows color (decimal): -9368573 or 199793. OLE color: 199793.
HSL color Cylindrical-coordinate representation of color #710C03: hue angle of 4.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710C03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 3 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.56 |
| HSL | 4.91º | 0.95% | 0.23% | - |
| HSV(B) | 4.91º | 0.97% | 0.44% | - |
| XYZ | 6.96 | 3.78 | 0.45 | - |
| YUV | 41.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 3 | 0 | 0.89 | 0.97 | 0.56 | 4.91 | 0.95 | 0.23 |
| Hex | 71 | C | 3 | 0 | 59 | 61 | 38 | 5 | 5F | 17 |
| Octal | 161 | 14 | 3 | 0 | 131 | 141 | 70 | 5 | 137 | 27 |
| Binary | 1110001 | 1100 | 11 | 0 | 1011001 | 1100001 | 111000 | 101 | 1011111 | 10111 |
Color Harmonies of #710C03
Complementary color
Monochromatic Colors of #710C03
Black with #710C03
Text Example
Text Example
White with #710C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C03; }
p { color: rgb(113,12,3); }
H1.HeaderClassName
{
color: #710C03;
}
.AnyTagClassName
{
color: #710C03;
}
</style>
background-color css
<style>
a { background-color: #710C03; }
a { background-color: rgb(113,12,3); }
div.DivClassName
{
background-color: #710C03;
}
.BgClassName
{
background-color: #710C03;
}
</style>
border-color css
<style>
span { border-color: #710C03; }
span { border-color: rgb(113,12,3); }
td.TdClassName
{
border-color: #710C03;
}
.TagClassName
{
border-color: #710C03;
}
</style>