Shades of Maroon #731001
Tints of Maroon #731001
RGB
CMYK
RGB Variations
Color information
#731001 (or 0x731001) is known color: Maroon. HEX triplet: 73, 10 and 01. RGB value is (115,16,1). Sum of RGB (Red+Green+Blue) = 115+16+1=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #731001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731001 is #8CEFFE. Grayscale: #2C2C2C. Windows color (decimal): -9236479 or 69747. OLE color: 69747.
HSL color Cylindrical-coordinate representation of color #731001: hue angle of 7.89º 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 #731001 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.55 |
| HSL | 7.89º | 0.98% | 0.23% | - |
| HSV(B) | 7.89º | 0.99% | 0.45% | - |
| XYZ | 7.26 | 4.02 | 0.42 | - |
| YUV | 43.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 1 | 0 | 0.86 | 0.99 | 0.55 | 7.89 | 0.98 | 0.23 |
| Hex | 73 | 10 | 1 | 0 | 56 | 63 | 37 | 8 | 62 | 17 |
| Octal | 163 | 20 | 1 | 0 | 126 | 143 | 67 | 10 | 142 | 27 |
| Binary | 1110011 | 10000 | 1 | 0 | 1010110 | 1100011 | 110111 | 1000 | 1100010 | 10111 |
Color Harmonies of #731001
Complementary color
Monochromatic Colors of #731001
Black with #731001
Text Example
Text Example
White with #731001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731001; }
p { color: rgb(115,16,1); }
H1.HeaderClassName
{
color: #731001;
}
.AnyTagClassName
{
color: #731001;
}
</style>
background-color css
<style>
a { background-color: #731001; }
a { background-color: rgb(115,16,1); }
div.DivClassName
{
background-color: #731001;
}
.BgClassName
{
background-color: #731001;
}
</style>
border-color css
<style>
span { border-color: #731001; }
span { border-color: rgb(115,16,1); }
td.TdClassName
{
border-color: #731001;
}
.TagClassName
{
border-color: #731001;
}
</style>