Shades of Maroon #730B07
Tints of Maroon #730B07
RGB
CMYK
RGB Variations
Color information
#730B07 (or 0x730B07) is known color: Maroon. HEX triplet: 73, 0B and 07. RGB value is (115,11,7). Sum of RGB (Red+Green+Blue) = 115+11+7=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #730B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B07 is #8CF4F8. Grayscale: #292929. Windows color (decimal): -9237753 or 461683. OLE color: 461683.
HSL color Cylindrical-coordinate representation of color #730B07: hue angle of 2.22º 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 #730B07 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 7 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.55 |
| HSL | 2.22º | 0.89% | 0.24% | - |
| HSV(B) | 2.22º | 0.94% | 0.45% | - |
| XYZ | 7.23 | 3.9 | 0.57 | - |
| YUV | 41.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 7 | 0 | 0.90 | 0.94 | 0.55 | 2.22 | 0.89 | 0.24 |
| Hex | 73 | B | 7 | 0 | 5A | 5E | 37 | 2 | 59 | 18 |
| Octal | 163 | 13 | 7 | 0 | 132 | 136 | 67 | 2 | 131 | 30 |
| Binary | 1110011 | 1011 | 111 | 0 | 1011010 | 1011110 | 110111 | 10 | 1011001 | 11000 |
Color Harmonies of #730B07
Complementary color
Monochromatic Colors of #730B07
Black with #730B07
Text Example
Text Example
White with #730B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B07; }
p { color: rgb(115,11,7); }
H1.HeaderClassName
{
color: #730B07;
}
.AnyTagClassName
{
color: #730B07;
}
</style>
background-color css
<style>
a { background-color: #730B07; }
a { background-color: rgb(115,11,7); }
div.DivClassName
{
background-color: #730B07;
}
.BgClassName
{
background-color: #730B07;
}
</style>
border-color css
<style>
span { border-color: #730B07; }
span { border-color: rgb(115,11,7); }
td.TdClassName
{
border-color: #730B07;
}
.TagClassName
{
border-color: #730B07;
}
</style>