Shades of Maroon #730A01
Tints of Maroon #730A01
RGB
CMYK
RGB Variations
Color information
#730A01 (or 0x730A01) is known color: Maroon. HEX triplet: 73, 0A and 01. RGB value is (115,10,1). Sum of RGB (Red+Green+Blue) = 115+10+1=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A01 is #8CF5FE. Grayscale: #282828. Windows color (decimal): -9238015 or 68211. OLE color: 68211.
HSL color Cylindrical-coordinate representation of color #730A01: hue angle of 4.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730A01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.55 |
| HSL | 4.74º | 0.98% | 0.23% | - |
| HSV(B) | 4.74º | 0.99% | 0.45% | - |
| XYZ | 7.18 | 3.86 | 0.4 | - |
| YUV | 40.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 1 | 0 | 0.91 | 0.99 | 0.55 | 4.74 | 0.98 | 0.23 |
| Hex | 73 | A | 1 | 0 | 5B | 63 | 37 | 5 | 62 | 17 |
| Octal | 163 | 12 | 1 | 0 | 133 | 143 | 67 | 5 | 142 | 27 |
| Binary | 1110011 | 1010 | 1 | 0 | 1011011 | 1100011 | 110111 | 101 | 1100010 | 10111 |
Color Harmonies of #730A01
Complementary color
Monochromatic Colors of #730A01
Black with #730A01
Text Example
Text Example
White with #730A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A01; }
p { color: rgb(115,10,1); }
H1.HeaderClassName
{
color: #730A01;
}
.AnyTagClassName
{
color: #730A01;
}
</style>
background-color css
<style>
a { background-color: #730A01; }
a { background-color: rgb(115,10,1); }
div.DivClassName
{
background-color: #730A01;
}
.BgClassName
{
background-color: #730A01;
}
</style>
border-color css
<style>
span { border-color: #730A01; }
span { border-color: rgb(115,10,1); }
td.TdClassName
{
border-color: #730A01;
}
.TagClassName
{
border-color: #730A01;
}
</style>