Shades of Maroon #730C0A
Tints of Maroon #730C0A
RGB
CMYK
RGB Variations
Color information
#730C0A (or 0x730C0A) is known color: Maroon. HEX triplet: 73, 0C and 0A. RGB value is (115,12,10). Sum of RGB (Red+Green+Blue) = 115+12+10=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #730C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C0A is #8CF3F5. Grayscale: #2A2A2A. Windows color (decimal): -9237494 or 658547. OLE color: 658547.
HSL color Cylindrical-coordinate representation of color #730C0A: hue angle of 1.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730C0A is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 10 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.55 |
| HSL | 1.14º | 0.84% | 0.25% | - |
| HSV(B) | 1.14º | 0.91% | 0.45% | - |
| XYZ | 7.26 | 3.93 | 0.66 | - |
| YUV | 42.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 10 | 0 | 0.90 | 0.91 | 0.55 | 1.14 | 0.84 | 0.25 |
| Hex | 73 | C | A | 0 | 5A | 5B | 37 | 1 | 54 | 19 |
| Octal | 163 | 14 | 12 | 0 | 132 | 133 | 67 | 1 | 124 | 31 |
| Binary | 1110011 | 1100 | 1010 | 0 | 1011010 | 1011011 | 110111 | 1 | 1010100 | 11001 |
Color Harmonies of #730C0A
Complementary color
Monochromatic Colors of #730C0A
Black with #730C0A
Text Example
Text Example
White with #730C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C0A; }
p { color: rgb(115,12,10); }
H1.HeaderClassName
{
color: #730C0A;
}
.AnyTagClassName
{
color: #730C0A;
}
</style>
background-color css
<style>
a { background-color: #730C0A; }
a { background-color: rgb(115,12,10); }
div.DivClassName
{
background-color: #730C0A;
}
.BgClassName
{
background-color: #730C0A;
}
</style>
border-color css
<style>
span { border-color: #730C0A; }
span { border-color: rgb(115,12,10); }
td.TdClassName
{
border-color: #730C0A;
}
.TagClassName
{
border-color: #730C0A;
}
</style>