Shades of Maroon #730C09
Tints of Maroon #730C09
RGB
CMYK
RGB Variations
Color information
#730C09 (or 0x730C09) is known color: Maroon. HEX triplet: 73, 0C and 09. RGB value is (115,12,9). Sum of RGB (Red+Green+Blue) = 115+12+9=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C09 is #8CF3F6. Grayscale: #2A2A2A. Windows color (decimal): -9237495 or 593011. OLE color: 593011.
HSL color Cylindrical-coordinate representation of color #730C09: hue angle of 1.7º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730C09 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 9 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.55 |
| HSL | 1.7º | 0.85% | 0.24% | - |
| HSV(B) | 1.7º | 0.92% | 0.45% | - |
| XYZ | 7.25 | 3.93 | 0.63 | - |
| YUV | 42.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 9 | 0 | 0.90 | 0.92 | 0.55 | 1.7 | 0.85 | 0.24 |
| Hex | 73 | C | 9 | 0 | 5A | 5C | 37 | 2 | 55 | 18 |
| Octal | 163 | 14 | 11 | 0 | 132 | 134 | 67 | 2 | 125 | 30 |
| Binary | 1110011 | 1100 | 1001 | 0 | 1011010 | 1011100 | 110111 | 10 | 1010101 | 11000 |
Color Harmonies of #730C09
Complementary color
Monochromatic Colors of #730C09
Black with #730C09
Text Example
Text Example
White with #730C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C09; }
p { color: rgb(115,12,9); }
H1.HeaderClassName
{
color: #730C09;
}
.AnyTagClassName
{
color: #730C09;
}
</style>
background-color css
<style>
a { background-color: #730C09; }
a { background-color: rgb(115,12,9); }
div.DivClassName
{
background-color: #730C09;
}
.BgClassName
{
background-color: #730C09;
}
</style>
border-color css
<style>
span { border-color: #730C09; }
span { border-color: rgb(115,12,9); }
td.TdClassName
{
border-color: #730C09;
}
.TagClassName
{
border-color: #730C09;
}
</style>