Shades of Maroon #711203
Tints of Maroon #711203
RGB
CMYK
RGB Variations
Color information
#711203 (or 0x711203) is known color: Maroon. HEX triplet: 71, 12 and 03. RGB value is (113,18,3). Sum of RGB (Red+Green+Blue) = 113+18+3=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #711203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711203 is #8EEDFC. Grayscale: #2C2C2C. Windows color (decimal): -9367037 or 201329. OLE color: 201329.
HSL color Cylindrical-coordinate representation of color #711203: hue angle of 8.18º 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 #711203 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.56 |
| HSL | 8.18º | 0.95% | 0.23% | - |
| HSV(B) | 8.18º | 0.97% | 0.44% | - |
| XYZ | 7.04 | 3.95 | 0.48 | - |
| YUV | 44.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 3 | 0 | 0.84 | 0.97 | 0.56 | 8.18 | 0.95 | 0.23 |
| Hex | 71 | 12 | 3 | 0 | 54 | 61 | 38 | 8 | 5F | 17 |
| Octal | 161 | 22 | 3 | 0 | 124 | 141 | 70 | 10 | 137 | 27 |
| Binary | 1110001 | 10010 | 11 | 0 | 1010100 | 1100001 | 111000 | 1000 | 1011111 | 10111 |
Color Harmonies of #711203
Complementary color
Monochromatic Colors of #711203
Black with #711203
Text Example
Text Example
White with #711203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711203; }
p { color: rgb(113,18,3); }
H1.HeaderClassName
{
color: #711203;
}
.AnyTagClassName
{
color: #711203;
}
</style>
background-color css
<style>
a { background-color: #711203; }
a { background-color: rgb(113,18,3); }
div.DivClassName
{
background-color: #711203;
}
.BgClassName
{
background-color: #711203;
}
</style>
border-color css
<style>
span { border-color: #711203; }
span { border-color: rgb(113,18,3); }
td.TdClassName
{
border-color: #711203;
}
.TagClassName
{
border-color: #711203;
}
</style>