Shades of Maroon #731100
Tints of Maroon #731100
RGB
CMYK
RGB Variations
Color information
#731100 (or 0x731100) is known color: Maroon. HEX triplet: 73, 11 and 00. RGB value is (115,17,0). Sum of RGB (Red+Green+Blue) = 115+17+0=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #731100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731100 is #8CEEFF. Grayscale: #2C2C2C. Windows color (decimal): -9236224 or 4467. OLE color: 4467.
HSL color Cylindrical-coordinate representation of color #731100: hue angle of 8.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #731100 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.55 |
| HSL | 8.87º | 1% | 0.23% | - |
| HSV(B) | 8.87º | 1% | 0.45% | - |
| XYZ | 7.27 | 4.05 | 0.4 | - |
| YUV | 44.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 0 | 0 | 0.85 | 1 | 0.55 | 8.87 | 1 | 0.23 |
| Hex | 73 | 11 | 0 | 0 | 55 | 64 | 37 | 9 | 64 | 17 |
| Octal | 163 | 21 | 0 | 0 | 125 | 144 | 67 | 11 | 144 | 27 |
| Binary | 1110011 | 10001 | 0 | 0 | 1010101 | 1100100 | 110111 | 1001 | 1100100 | 10111 |
Color Harmonies of #731100
Complementary color
Monochromatic Colors of #731100
Black with #731100
Text Example
Text Example
White with #731100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731100; }
p { color: rgb(115,17,0); }
H1.HeaderClassName
{
color: #731100;
}
.AnyTagClassName
{
color: #731100;
}
</style>
background-color css
<style>
a { background-color: #731100; }
a { background-color: rgb(115,17,0); }
div.DivClassName
{
background-color: #731100;
}
.BgClassName
{
background-color: #731100;
}
</style>
border-color css
<style>
span { border-color: #731100; }
span { border-color: rgb(115,17,0); }
td.TdClassName
{
border-color: #731100;
}
.TagClassName
{
border-color: #731100;
}
</style>