Shades of Maroon #730C07
Tints of Maroon #730C07
RGB
CMYK
RGB Variations
Color information
#730C07 (or 0x730C07) is known color: Maroon. HEX triplet: 73, 0C and 07. RGB value is (115,12,7). Sum of RGB (Red+Green+Blue) = 115+12+7=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #730C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C07 is #8CF3F8. Grayscale: #2A2A2A. Windows color (decimal): -9237497 or 461939. OLE color: 461939.
HSL color Cylindrical-coordinate representation of color #730C07: hue angle of 2.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730C07 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 7 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.55 |
| HSL | 2.78º | 0.89% | 0.24% | - |
| HSV(B) | 2.78º | 0.94% | 0.45% | - |
| XYZ | 7.24 | 3.92 | 0.58 | - |
| YUV | 42.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 7 | 0 | 0.90 | 0.94 | 0.55 | 2.78 | 0.89 | 0.24 |
| Hex | 73 | C | 7 | 0 | 5A | 5E | 37 | 3 | 59 | 18 |
| Octal | 163 | 14 | 7 | 0 | 132 | 136 | 67 | 3 | 131 | 30 |
| Binary | 1110011 | 1100 | 111 | 0 | 1011010 | 1011110 | 110111 | 11 | 1011001 | 11000 |
Color Harmonies of #730C07
Complementary color
Monochromatic Colors of #730C07
Black with #730C07
Text Example
Text Example
White with #730C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C07; }
p { color: rgb(115,12,7); }
H1.HeaderClassName
{
color: #730C07;
}
.AnyTagClassName
{
color: #730C07;
}
</style>
background-color css
<style>
a { background-color: #730C07; }
a { background-color: rgb(115,12,7); }
div.DivClassName
{
background-color: #730C07;
}
.BgClassName
{
background-color: #730C07;
}
</style>
border-color css
<style>
span { border-color: #730C07; }
span { border-color: rgb(115,12,7); }
td.TdClassName
{
border-color: #730C07;
}
.TagClassName
{
border-color: #730C07;
}
</style>