Shades of Maroon #730B05
Tints of Maroon #730B05
RGB
CMYK
RGB Variations
Color information
#730B05 (or 0x730B05) is known color: Maroon. HEX triplet: 73, 0B and 05. RGB value is (115,11,5). Sum of RGB (Red+Green+Blue) = 115+11+5=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #730B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B05 is #8CF4FA. Grayscale: #292929. Windows color (decimal): -9237755 or 330611. OLE color: 330611.
HSL color Cylindrical-coordinate representation of color #730B05: hue angle of 3.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730B05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 5 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.55 |
| HSL | 3.27º | 0.92% | 0.24% | - |
| HSV(B) | 3.27º | 0.96% | 0.45% | - |
| XYZ | 7.22 | 3.9 | 0.52 | - |
| YUV | 41.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 5 | 0 | 0.90 | 0.96 | 0.55 | 3.27 | 0.92 | 0.24 |
| Hex | 73 | B | 5 | 0 | 5A | 60 | 37 | 3 | 5C | 18 |
| Octal | 163 | 13 | 5 | 0 | 132 | 140 | 67 | 3 | 134 | 30 |
| Binary | 1110011 | 1011 | 101 | 0 | 1011010 | 1100000 | 110111 | 11 | 1011100 | 11000 |
Color Harmonies of #730B05
Complementary color
Monochromatic Colors of #730B05
Black with #730B05
Text Example
Text Example
White with #730B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B05; }
p { color: rgb(115,11,5); }
H1.HeaderClassName
{
color: #730B05;
}
.AnyTagClassName
{
color: #730B05;
}
</style>
background-color css
<style>
a { background-color: #730B05; }
a { background-color: rgb(115,11,5); }
div.DivClassName
{
background-color: #730B05;
}
.BgClassName
{
background-color: #730B05;
}
</style>
border-color css
<style>
span { border-color: #730B05; }
span { border-color: rgb(115,11,5); }
td.TdClassName
{
border-color: #730B05;
}
.TagClassName
{
border-color: #730B05;
}
</style>