Shades of Maroon #730700
Tints of Maroon #730700
RGB
CMYK
RGB Variations
Color information
#730700 (or 0x730700) is known color: Maroon. HEX triplet: 73, 07 and 00. RGB value is (115,7,0). Sum of RGB (Red+Green+Blue) = 115+7+0=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730700 is #8CF8FF. Grayscale: #262626. Windows color (decimal): -9238784 or 1907. OLE color: 1907.
HSL color Cylindrical-coordinate representation of color #730700: hue angle of 3.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730700 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.55 |
| HSL | 3.65º | 1% | 0.23% | - |
| HSV(B) | 3.65º | 1% | 0.45% | - |
| XYZ | 7.15 | 3.8 | 0.36 | - |
| YUV | 38.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 0 | 0 | 0.94 | 1 | 0.55 | 3.65 | 1 | 0.23 |
| Hex | 73 | 7 | 0 | 0 | 5E | 64 | 37 | 4 | 64 | 17 |
| Octal | 163 | 7 | 0 | 0 | 136 | 144 | 67 | 4 | 144 | 27 |
| Binary | 1110011 | 111 | 0 | 0 | 1011110 | 1100100 | 110111 | 100 | 1100100 | 10111 |
Color Harmonies of #730700
Complementary color
Monochromatic Colors of #730700
Black with #730700
Text Example
Text Example
White with #730700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730700; }
p { color: rgb(115,7,0); }
H1.HeaderClassName
{
color: #730700;
}
.AnyTagClassName
{
color: #730700;
}
</style>
background-color css
<style>
a { background-color: #730700; }
a { background-color: rgb(115,7,0); }
div.DivClassName
{
background-color: #730700;
}
.BgClassName
{
background-color: #730700;
}
</style>
border-color css
<style>
span { border-color: #730700; }
span { border-color: rgb(115,7,0); }
td.TdClassName
{
border-color: #730700;
}
.TagClassName
{
border-color: #730700;
}
</style>