Shades of Maroon #730500
Tints of Maroon #730500
RGB
CMYK
RGB Variations
Color information
#730500 (or 0x730500) is known color: Maroon. HEX triplet: 73, 05 and 00. RGB value is (115,5,0). Sum of RGB (Red+Green+Blue) = 115+5+0=120 (15% of max value = 765). Red value is 115 (45.31% from 255 or 95.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 115 - color contains mainly: red. Hex color #730500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730500 is #8CFAFF. Grayscale: #252525. Windows color (decimal): -9239296 or 1395. OLE color: 1395.
HSL color Cylindrical-coordinate representation of color #730500: hue angle of 2.61º 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 #730500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.55 |
| HSL | 2.61º | 1% | 0.23% | - |
| HSV(B) | 2.61º | 1% | 0.45% | - |
| XYZ | 7.12 | 3.75 | 0.35 | - |
| YUV | 37.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 0 | 0 | 0.96 | 1 | 0.55 | 2.61 | 1 | 0.23 |
| Hex | 73 | 5 | 0 | 0 | 60 | 64 | 37 | 3 | 64 | 17 |
| Octal | 163 | 5 | 0 | 0 | 140 | 144 | 67 | 3 | 144 | 27 |
| Binary | 1110011 | 101 | 0 | 0 | 1100000 | 1100100 | 110111 | 11 | 1100100 | 10111 |
Color Harmonies of #730500
Complementary color
Monochromatic Colors of #730500
Black with #730500
Text Example
Text Example
White with #730500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730500; }
p { color: rgb(115,5,0); }
H1.HeaderClassName
{
color: #730500;
}
.AnyTagClassName
{
color: #730500;
}
</style>
background-color css
<style>
a { background-color: #730500; }
a { background-color: rgb(115,5,0); }
div.DivClassName
{
background-color: #730500;
}
.BgClassName
{
background-color: #730500;
}
</style>
border-color css
<style>
span { border-color: #730500; }
span { border-color: rgb(115,5,0); }
td.TdClassName
{
border-color: #730500;
}
.TagClassName
{
border-color: #730500;
}
</style>