Shades of Maroon #731501
Tints of Maroon #731501
RGB
CMYK
RGB Variations
Color information
#731501 (or 0x731501) is known color: Maroon. HEX triplet: 73, 15 and 01. RGB value is (115,21,1). Sum of RGB (Red+Green+Blue) = 115+21+1=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #731501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731501 is #8CEAFE. Grayscale: #2F2F2F. Windows color (decimal): -9235199 or 71027. OLE color: 71027.
HSL color Cylindrical-coordinate representation of color #731501: hue angle of 10.53º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #731501 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.55 |
| HSL | 10.53º | 0.98% | 0.23% | - |
| HSV(B) | 10.53º | 0.99% | 0.45% | - |
| XYZ | 7.34 | 4.18 | 0.45 | - |
| YUV | 46.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 1 | 0 | 0.82 | 0.99 | 0.55 | 10.53 | 0.98 | 0.23 |
| Hex | 73 | 15 | 1 | 0 | 52 | 63 | 37 | B | 62 | 17 |
| Octal | 163 | 25 | 1 | 0 | 122 | 143 | 67 | 13 | 142 | 27 |
| Binary | 1110011 | 10101 | 1 | 0 | 1010010 | 1100011 | 110111 | 1011 | 1100010 | 10111 |
Color Harmonies of #731501
Complementary color
Monochromatic Colors of #731501
Black with #731501
Text Example
Text Example
White with #731501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731501; }
p { color: rgb(115,21,1); }
H1.HeaderClassName
{
color: #731501;
}
.AnyTagClassName
{
color: #731501;
}
</style>
background-color css
<style>
a { background-color: #731501; }
a { background-color: rgb(115,21,1); }
div.DivClassName
{
background-color: #731501;
}
.BgClassName
{
background-color: #731501;
}
</style>
border-color css
<style>
span { border-color: #731501; }
span { border-color: rgb(115,21,1); }
td.TdClassName
{
border-color: #731501;
}
.TagClassName
{
border-color: #731501;
}
</style>