Shades of Maroon #730100
Tints of Maroon #730100
RGB
CMYK
RGB Variations
Color information
#730100 (or 0x730100) is known color: Maroon. HEX triplet: 73, 01 and 00. RGB value is (115,1,0). Sum of RGB (Red+Green+Blue) = 115+1+0=116 (15% of max value = 765). Red value is 115 (45.31% from 255 or 99.14% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 115 - color contains mainly: red. Hex color #730100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730100 is #8CFEFF. Grayscale: #232323. Windows color (decimal): -9240320 or 371. OLE color: 371.
HSL color Cylindrical-coordinate representation of color #730100: hue angle of 0.52º 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 #730100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.55 |
| HSL | 0.52º | 1% | 0.23% | - |
| HSV(B) | 0.52º | 1% | 0.45% | - |
| XYZ | 7.08 | 3.67 | 0.33 | - |
| YUV | 34.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 0 | 0 | 0.99 | 1 | 0.55 | 0.52 | 1 | 0.23 |
| Hex | 73 | 1 | 0 | 0 | 63 | 64 | 37 | 1 | 64 | 17 |
| Octal | 163 | 1 | 0 | 0 | 143 | 144 | 67 | 1 | 144 | 27 |
| Binary | 1110011 | 1 | 0 | 0 | 1100011 | 1100100 | 110111 | 1 | 1100100 | 10111 |
Color Harmonies of #730100
Complementary color
Monochromatic Colors of #730100
Black with #730100
Text Example
Text Example
White with #730100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730100; }
p { color: rgb(115,1,0); }
H1.HeaderClassName
{
color: #730100;
}
.AnyTagClassName
{
color: #730100;
}
</style>
background-color css
<style>
a { background-color: #730100; }
a { background-color: rgb(115,1,0); }
div.DivClassName
{
background-color: #730100;
}
.BgClassName
{
background-color: #730100;
}
</style>
border-color css
<style>
span { border-color: #730100; }
span { border-color: rgb(115,1,0); }
td.TdClassName
{
border-color: #730100;
}
.TagClassName
{
border-color: #730100;
}
</style>