Shades of Maroon #730C06
Tints of Maroon #730C06
RGB
CMYK
RGB Variations
Color information
#730C06 (or 0x730C06) is known color: Maroon. HEX triplet: 73, 0C and 06. RGB value is (115,12,6). Sum of RGB (Red+Green+Blue) = 115+12+6=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #730C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C06 is #8CF3F9. Grayscale: #2A2A2A. Windows color (decimal): -9237498 or 396403. OLE color: 396403.
HSL color Cylindrical-coordinate representation of color #730C06: hue angle of 3.3º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730C06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 6 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.55 |
| HSL | 3.3º | 0.9% | 0.24% | - |
| HSV(B) | 3.3º | 0.95% | 0.45% | - |
| XYZ | 7.23 | 3.92 | 0.55 | - |
| YUV | 42.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 6 | 0 | 0.90 | 0.95 | 0.55 | 3.3 | 0.9 | 0.24 |
| Hex | 73 | C | 6 | 0 | 5A | 5F | 37 | 3 | 5A | 18 |
| Octal | 163 | 14 | 6 | 0 | 132 | 137 | 67 | 3 | 132 | 30 |
| Binary | 1110011 | 1100 | 110 | 0 | 1011010 | 1011111 | 110111 | 11 | 1011010 | 11000 |
Color Harmonies of #730C06
Complementary color
Monochromatic Colors of #730C06
Black with #730C06
Text Example
Text Example
White with #730C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C06; }
p { color: rgb(115,12,6); }
H1.HeaderClassName
{
color: #730C06;
}
.AnyTagClassName
{
color: #730C06;
}
</style>
background-color css
<style>
a { background-color: #730C06; }
a { background-color: rgb(115,12,6); }
div.DivClassName
{
background-color: #730C06;
}
.BgClassName
{
background-color: #730C06;
}
</style>
border-color css
<style>
span { border-color: #730C06; }
span { border-color: rgb(115,12,6); }
td.TdClassName
{
border-color: #730C06;
}
.TagClassName
{
border-color: #730C06;
}
</style>