Shades of Maroon #710302
Tints of Maroon #710302
RGB
CMYK
RGB Variations
Color information
#710302 (or 0x710302) is known color: Maroon. HEX triplet: 71, 03 and 02. RGB value is (113,3,2). Sum of RGB (Red+Green+Blue) = 113+3+2=118 (15% of max value = 765). Red value is 113 (44.53% from 255 or 95.76% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 113 - color contains mainly: red. Hex color #710302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710302 is #8EFCFD. Grayscale: #232323. Windows color (decimal): -9370878 or 131953. OLE color: 131953.
HSL color Cylindrical-coordinate representation of color #710302: hue angle of 0.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710302 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 2 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.56 |
| HSL | 0.54º | 0.97% | 0.23% | - |
| HSV(B) | 0.54º | 0.98% | 0.44% | - |
| XYZ | 6.85 | 3.58 | 0.39 | - |
| YUV | 35.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 2 | 0 | 0.97 | 0.98 | 0.56 | 0.54 | 0.97 | 0.23 |
| Hex | 71 | 3 | 2 | 0 | 61 | 62 | 38 | 1 | 61 | 17 |
| Octal | 161 | 3 | 2 | 0 | 141 | 142 | 70 | 1 | 141 | 27 |
| Binary | 1110001 | 11 | 10 | 0 | 1100001 | 1100010 | 111000 | 1 | 1100001 | 10111 |
Color Harmonies of #710302
Complementary color
Monochromatic Colors of #710302
Black with #710302
Text Example
Text Example
White with #710302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710302; }
p { color: rgb(113,3,2); }
H1.HeaderClassName
{
color: #710302;
}
.AnyTagClassName
{
color: #710302;
}
</style>
background-color css
<style>
a { background-color: #710302; }
a { background-color: rgb(113,3,2); }
div.DivClassName
{
background-color: #710302;
}
.BgClassName
{
background-color: #710302;
}
</style>
border-color css
<style>
span { border-color: #710302; }
span { border-color: rgb(113,3,2); }
td.TdClassName
{
border-color: #710302;
}
.TagClassName
{
border-color: #710302;
}
</style>