Shades of Maroon #730402
Tints of Maroon #730402
RGB
CMYK
RGB Variations
Color information
#730402 (or 0x730402) is known color: Maroon. HEX triplet: 73, 04 and 02. RGB value is (115,4,2). Sum of RGB (Red+Green+Blue) = 115+4+2=121 (16% of max value = 765). Red value is 115 (45.31% from 255 or 95.04% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 115 - color contains mainly: red. Hex color #730402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730402 is #8CFBFD. Grayscale: #252525. Windows color (decimal): -9239550 or 132211. OLE color: 132211.
HSL color Cylindrical-coordinate representation of color #730402: hue angle of 1.06º 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 #730402 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 2 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.55 |
| HSL | 1.06º | 0.97% | 0.23% | - |
| HSV(B) | 1.06º | 0.98% | 0.45% | - |
| XYZ | 7.12 | 3.74 | 0.4 | - |
| YUV | 36.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 2 | 0 | 0.97 | 0.98 | 0.55 | 1.06 | 0.97 | 0.23 |
| Hex | 73 | 4 | 2 | 0 | 61 | 62 | 37 | 1 | 61 | 17 |
| Octal | 163 | 4 | 2 | 0 | 141 | 142 | 67 | 1 | 141 | 27 |
| Binary | 1110011 | 100 | 10 | 0 | 1100001 | 1100010 | 110111 | 1 | 1100001 | 10111 |
Color Harmonies of #730402
Complementary color
Monochromatic Colors of #730402
Black with #730402
Text Example
Text Example
White with #730402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730402; }
p { color: rgb(115,4,2); }
H1.HeaderClassName
{
color: #730402;
}
.AnyTagClassName
{
color: #730402;
}
</style>
background-color css
<style>
a { background-color: #730402; }
a { background-color: rgb(115,4,2); }
div.DivClassName
{
background-color: #730402;
}
.BgClassName
{
background-color: #730402;
}
</style>
border-color css
<style>
span { border-color: #730402; }
span { border-color: rgb(115,4,2); }
td.TdClassName
{
border-color: #730402;
}
.TagClassName
{
border-color: #730402;
}
</style>