Shades of Maroon #730F06
Tints of Maroon #730F06
RGB
CMYK
RGB Variations
Color information
#730F06 (or 0x730F06) is known color: Maroon. HEX triplet: 73, 0F and 06. RGB value is (115,15,6). Sum of RGB (Red+Green+Blue) = 115+15+6=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F06 is #8CF0F9. Grayscale: #2C2C2C. Windows color (decimal): -9236730 or 397171. OLE color: 397171.
HSL color Cylindrical-coordinate representation of color #730F06: hue angle of 4.95º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730F06 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 6 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.55 |
| HSL | 4.95º | 0.9% | 0.24% | - |
| HSV(B) | 4.95º | 0.95% | 0.45% | - |
| XYZ | 7.27 | 4 | 0.56 | - |
| YUV | 43.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 6 | 0 | 0.87 | 0.95 | 0.55 | 4.95 | 0.9 | 0.24 |
| Hex | 73 | F | 6 | 0 | 57 | 5F | 37 | 5 | 5A | 18 |
| Octal | 163 | 17 | 6 | 0 | 127 | 137 | 67 | 5 | 132 | 30 |
| Binary | 1110011 | 1111 | 110 | 0 | 1010111 | 1011111 | 110111 | 101 | 1011010 | 11000 |
Color Harmonies of #730F06
Complementary color
Monochromatic Colors of #730F06
Black with #730F06
Text Example
Text Example
White with #730F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F06; }
p { color: rgb(115,15,6); }
H1.HeaderClassName
{
color: #730F06;
}
.AnyTagClassName
{
color: #730F06;
}
</style>
background-color css
<style>
a { background-color: #730F06; }
a { background-color: rgb(115,15,6); }
div.DivClassName
{
background-color: #730F06;
}
.BgClassName
{
background-color: #730F06;
}
</style>
border-color css
<style>
span { border-color: #730F06; }
span { border-color: rgb(115,15,6); }
td.TdClassName
{
border-color: #730F06;
}
.TagClassName
{
border-color: #730F06;
}
</style>