Shades of Maroon #730302
Tints of Maroon #730302
RGB
CMYK
RGB Variations
Color information
#730302 (or 0x730302) is known color: Maroon. HEX triplet: 73, 03 and 02. RGB value is (115,3,2). Sum of RGB (Red+Green+Blue) = 115+3+2=120 (15% of max value = 765). Red value is 115 (45.31% from 255 or 95.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 115 - color contains mainly: red. Hex color #730302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730302 is #8CFCFD. Grayscale: #242424. Windows color (decimal): -9239806 or 131955. OLE color: 131955.
HSL color Cylindrical-coordinate representation of color #730302: hue angle of 0.53º 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 #730302 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 2 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.55 |
| HSL | 0.53º | 0.97% | 0.23% | - |
| HSV(B) | 0.53º | 0.98% | 0.45% | - |
| XYZ | 7.11 | 3.71 | 0.4 | - |
| YUV | 36.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 2 | 0 | 0.97 | 0.98 | 0.55 | 0.53 | 0.97 | 0.23 |
| Hex | 73 | 3 | 2 | 0 | 61 | 62 | 37 | 1 | 61 | 17 |
| Octal | 163 | 3 | 2 | 0 | 141 | 142 | 67 | 1 | 141 | 27 |
| Binary | 1110011 | 11 | 10 | 0 | 1100001 | 1100010 | 110111 | 1 | 1100001 | 10111 |
Color Harmonies of #730302
Complementary color
Monochromatic Colors of #730302
Black with #730302
Text Example
Text Example
White with #730302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730302; }
p { color: rgb(115,3,2); }
H1.HeaderClassName
{
color: #730302;
}
.AnyTagClassName
{
color: #730302;
}
</style>
background-color css
<style>
a { background-color: #730302; }
a { background-color: rgb(115,3,2); }
div.DivClassName
{
background-color: #730302;
}
.BgClassName
{
background-color: #730302;
}
</style>
border-color css
<style>
span { border-color: #730302; }
span { border-color: rgb(115,3,2); }
td.TdClassName
{
border-color: #730302;
}
.TagClassName
{
border-color: #730302;
}
</style>