Shades of Maroon #730E04
Tints of Maroon #730E04
RGB
CMYK
RGB Variations
Color information
#730E04 (or 0x730E04) is known color: Maroon. HEX triplet: 73, 0E and 04. RGB value is (115,14,4). Sum of RGB (Red+Green+Blue) = 115+14+4=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #730E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E04 is #8CF1FB. Grayscale: #2B2B2B. Windows color (decimal): -9236988 or 265843. OLE color: 265843.
HSL color Cylindrical-coordinate representation of color #730E04: hue angle of 5.41º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730E04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 4 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.55 |
| HSL | 5.41º | 0.93% | 0.23% | - |
| HSV(B) | 5.41º | 0.97% | 0.45% | - |
| XYZ | 7.25 | 3.97 | 0.5 | - |
| YUV | 43.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 4 | 0 | 0.88 | 0.97 | 0.55 | 5.41 | 0.93 | 0.23 |
| Hex | 73 | E | 4 | 0 | 58 | 61 | 37 | 5 | 5D | 17 |
| Octal | 163 | 16 | 4 | 0 | 130 | 141 | 67 | 5 | 135 | 27 |
| Binary | 1110011 | 1110 | 100 | 0 | 1011000 | 1100001 | 110111 | 101 | 1011101 | 10111 |
Color Harmonies of #730E04
Complementary color
Monochromatic Colors of #730E04
Black with #730E04
Text Example
Text Example
White with #730E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E04; }
p { color: rgb(115,14,4); }
H1.HeaderClassName
{
color: #730E04;
}
.AnyTagClassName
{
color: #730E04;
}
</style>
background-color css
<style>
a { background-color: #730E04; }
a { background-color: rgb(115,14,4); }
div.DivClassName
{
background-color: #730E04;
}
.BgClassName
{
background-color: #730E04;
}
</style>
border-color css
<style>
span { border-color: #730E04; }
span { border-color: rgb(115,14,4); }
td.TdClassName
{
border-color: #730E04;
}
.TagClassName
{
border-color: #730E04;
}
</style>