Shades of Maroon #730F02
Tints of Maroon #730F02
RGB
CMYK
RGB Variations
Color information
#730F02 (or 0x730F02) is known color: Maroon. HEX triplet: 73, 0F and 02. RGB value is (115,15,2). Sum of RGB (Red+Green+Blue) = 115+15+2=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #730F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F02 is #8CF0FD. Grayscale: #2B2B2B. Windows color (decimal): -9236734 or 135027. OLE color: 135027.
HSL color Cylindrical-coordinate representation of color #730F02: hue angle of 6.9º 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 #730F02 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 2 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.55 |
| HSL | 6.9º | 0.97% | 0.23% | - |
| HSV(B) | 6.9º | 0.98% | 0.45% | - |
| XYZ | 7.25 | 3.99 | 0.45 | - |
| YUV | 43.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 2 | 0 | 0.87 | 0.98 | 0.55 | 6.9 | 0.97 | 0.23 |
| Hex | 73 | F | 2 | 0 | 57 | 62 | 37 | 7 | 61 | 17 |
| Octal | 163 | 17 | 2 | 0 | 127 | 142 | 67 | 7 | 141 | 27 |
| Binary | 1110011 | 1111 | 10 | 0 | 1010111 | 1100010 | 110111 | 111 | 1100001 | 10111 |
Color Harmonies of #730F02
Complementary color
Monochromatic Colors of #730F02
Black with #730F02
Text Example
Text Example
White with #730F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F02; }
p { color: rgb(115,15,2); }
H1.HeaderClassName
{
color: #730F02;
}
.AnyTagClassName
{
color: #730F02;
}
</style>
background-color css
<style>
a { background-color: #730F02; }
a { background-color: rgb(115,15,2); }
div.DivClassName
{
background-color: #730F02;
}
.BgClassName
{
background-color: #730F02;
}
</style>
border-color css
<style>
span { border-color: #730F02; }
span { border-color: rgb(115,15,2); }
td.TdClassName
{
border-color: #730F02;
}
.TagClassName
{
border-color: #730F02;
}
</style>