Shades of Maroon #731102
Tints of Maroon #731102
RGB
CMYK
RGB Variations
Color information
#731102 (or 0x731102) is known color: Maroon. HEX triplet: 73, 11 and 02. RGB value is (115,17,2). Sum of RGB (Red+Green+Blue) = 115+17+2=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #731102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731102 is #8CEEFD. Grayscale: #2C2C2C. Windows color (decimal): -9236222 or 135539. OLE color: 135539.
HSL color Cylindrical-coordinate representation of color #731102: hue angle of 7.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #731102 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 2 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.55 |
| HSL | 7.96º | 0.97% | 0.23% | - |
| HSV(B) | 7.96º | 0.98% | 0.45% | - |
| XYZ | 7.28 | 4.05 | 0.46 | - |
| YUV | 44.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 2 | 0 | 0.85 | 0.98 | 0.55 | 7.96 | 0.97 | 0.23 |
| Hex | 73 | 11 | 2 | 0 | 55 | 62 | 37 | 8 | 61 | 17 |
| Octal | 163 | 21 | 2 | 0 | 125 | 142 | 67 | 10 | 141 | 27 |
| Binary | 1110011 | 10001 | 10 | 0 | 1010101 | 1100010 | 110111 | 1000 | 1100001 | 10111 |
Color Harmonies of #731102
Complementary color
Monochromatic Colors of #731102
Black with #731102
Text Example
Text Example
White with #731102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731102; }
p { color: rgb(115,17,2); }
H1.HeaderClassName
{
color: #731102;
}
.AnyTagClassName
{
color: #731102;
}
</style>
background-color css
<style>
a { background-color: #731102; }
a { background-color: rgb(115,17,2); }
div.DivClassName
{
background-color: #731102;
}
.BgClassName
{
background-color: #731102;
}
</style>
border-color css
<style>
span { border-color: #731102; }
span { border-color: rgb(115,17,2); }
td.TdClassName
{
border-color: #731102;
}
.TagClassName
{
border-color: #731102;
}
</style>