Shades of Maroon #730B0B
Tints of Maroon #730B0B
RGB
CMYK
RGB Variations
Color information
#730B0B (or 0x730B0B) is known color: Maroon. HEX triplet: 73, 0B and 0B. RGB value is (115,11,11). Sum of RGB (Red+Green+Blue) = 115+11+11=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #730B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B0B is #8CF4F4. Grayscale: #2A2A2A. Windows color (decimal): -9237749 or 723827. OLE color: 723827.
HSL color Cylindrical-coordinate representation of color #730B0B: hue angle of 0º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B0B is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 11 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.55 |
| HSL | 0º | 0.83% | 0.25% | - |
| HSV(B) | 0º | 0.9% | 0.45% | - |
| XYZ | 7.25 | 3.91 | 0.69 | - |
| YUV | 42.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 11 | 0 | 0.90 | 0.90 | 0.55 | 0 | 0.83 | 0.25 |
| Hex | 73 | B | B | 0 | 5A | 5A | 37 | 0 | 53 | 19 |
| Octal | 163 | 13 | 13 | 0 | 132 | 132 | 67 | 0 | 123 | 31 |
| Binary | 1110011 | 1011 | 1011 | 0 | 1011010 | 1011010 | 110111 | 0 | 1010011 | 11001 |
Color Harmonies of #730B0B
Complementary color
Monochromatic Colors of #730B0B
Black with #730B0B
Text Example
Text Example
White with #730B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B0B; }
p { color: rgb(115,11,11); }
H1.HeaderClassName
{
color: #730B0B;
}
.AnyTagClassName
{
color: #730B0B;
}
</style>
background-color css
<style>
a { background-color: #730B0B; }
a { background-color: rgb(115,11,11); }
div.DivClassName
{
background-color: #730B0B;
}
.BgClassName
{
background-color: #730B0B;
}
</style>
border-color css
<style>
span { border-color: #730B0B; }
span { border-color: rgb(115,11,11); }
td.TdClassName
{
border-color: #730B0B;
}
.TagClassName
{
border-color: #730B0B;
}
</style>