Shades of Maroon #730900
Tints of Maroon #730900
RGB
CMYK
RGB Variations
Color information
#730900 (or 0x730900) is known color: Maroon. HEX triplet: 73, 09 and 00. RGB value is (115,9,0). Sum of RGB (Red+Green+Blue) = 115+9+0=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730900 is #8CF6FF. Grayscale: #272727. Windows color (decimal): -9238272 or 2419. OLE color: 2419.
HSL color Cylindrical-coordinate representation of color #730900: hue angle of 4.7º 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 #730900 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.55 |
| HSL | 4.7º | 1% | 0.23% | - |
| HSV(B) | 4.7º | 1% | 0.45% | - |
| XYZ | 7.17 | 3.84 | 0.36 | - |
| YUV | 39.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 0 | 0 | 0.92 | 1 | 0.55 | 4.7 | 1 | 0.23 |
| Hex | 73 | 9 | 0 | 0 | 5C | 64 | 37 | 5 | 64 | 17 |
| Octal | 163 | 11 | 0 | 0 | 134 | 144 | 67 | 5 | 144 | 27 |
| Binary | 1110011 | 1001 | 0 | 0 | 1011100 | 1100100 | 110111 | 101 | 1100100 | 10111 |
Color Harmonies of #730900
Complementary color
Monochromatic Colors of #730900
Black with #730900
Text Example
Text Example
White with #730900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730900; }
p { color: rgb(115,9,0); }
H1.HeaderClassName
{
color: #730900;
}
.AnyTagClassName
{
color: #730900;
}
</style>
background-color css
<style>
a { background-color: #730900; }
a { background-color: rgb(115,9,0); }
div.DivClassName
{
background-color: #730900;
}
.BgClassName
{
background-color: #730900;
}
</style>
border-color css
<style>
span { border-color: #730900; }
span { border-color: rgb(115,9,0); }
td.TdClassName
{
border-color: #730900;
}
.TagClassName
{
border-color: #730900;
}
</style>