Shades of Maroon #730E08
Tints of Maroon #730E08
RGB
CMYK
RGB Variations
Color information
#730E08 (or 0x730E08) is known color: Maroon. HEX triplet: 73, 0E and 08. RGB value is (115,14,8). Sum of RGB (Red+Green+Blue) = 115+14+8=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #730E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E08 is #8CF1F7. Grayscale: #2B2B2B. Windows color (decimal): -9236984 or 527987. OLE color: 527987.
HSL color Cylindrical-coordinate representation of color #730E08: hue angle of 3.36º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730E08 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 8 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.55 |
| HSL | 3.36º | 0.87% | 0.24% | - |
| HSV(B) | 3.36º | 0.93% | 0.45% | - |
| XYZ | 7.27 | 3.98 | 0.61 | - |
| YUV | 43.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 8 | 0 | 0.88 | 0.93 | 0.55 | 3.36 | 0.87 | 0.24 |
| Hex | 73 | E | 8 | 0 | 58 | 5D | 37 | 3 | 57 | 18 |
| Octal | 163 | 16 | 10 | 0 | 130 | 135 | 67 | 3 | 127 | 30 |
| Binary | 1110011 | 1110 | 1000 | 0 | 1011000 | 1011101 | 110111 | 11 | 1010111 | 11000 |
Color Harmonies of #730E08
Complementary color
Monochromatic Colors of #730E08
Black with #730E08
Text Example
Text Example
White with #730E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E08; }
p { color: rgb(115,14,8); }
H1.HeaderClassName
{
color: #730E08;
}
.AnyTagClassName
{
color: #730E08;
}
</style>
background-color css
<style>
a { background-color: #730E08; }
a { background-color: rgb(115,14,8); }
div.DivClassName
{
background-color: #730E08;
}
.BgClassName
{
background-color: #730E08;
}
</style>
border-color css
<style>
span { border-color: #730E08; }
span { border-color: rgb(115,14,8); }
td.TdClassName
{
border-color: #730E08;
}
.TagClassName
{
border-color: #730E08;
}
</style>