Shades of Maroon #730A02
Tints of Maroon #730A02
RGB
CMYK
RGB Variations
Color information
#730A02 (or 0x730A02) is known color: Maroon. HEX triplet: 73, 0A and 02. RGB value is (115,10,2). Sum of RGB (Red+Green+Blue) = 115+10+2=127 (16% of max value = 765). Red value is 115 (45.31% from 255 or 90.55% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 115 - color contains mainly: red. Hex color #730A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A02 is #8CF5FD. Grayscale: #282828. Windows color (decimal): -9238014 or 133747. OLE color: 133747.
HSL color Cylindrical-coordinate representation of color #730A02: hue angle of 4.25º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730A02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.55 |
| HSL | 4.25º | 0.97% | 0.23% | - |
| HSV(B) | 4.25º | 0.98% | 0.45% | - |
| XYZ | 7.19 | 3.87 | 0.42 | - |
| YUV | 40.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 2 | 0 | 0.91 | 0.98 | 0.55 | 4.25 | 0.97 | 0.23 |
| Hex | 73 | A | 2 | 0 | 5B | 62 | 37 | 4 | 61 | 17 |
| Octal | 163 | 12 | 2 | 0 | 133 | 142 | 67 | 4 | 141 | 27 |
| Binary | 1110011 | 1010 | 10 | 0 | 1011011 | 1100010 | 110111 | 100 | 1100001 | 10111 |
Color Harmonies of #730A02
Complementary color
Monochromatic Colors of #730A02
Black with #730A02
Text Example
Text Example
White with #730A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A02; }
p { color: rgb(115,10,2); }
H1.HeaderClassName
{
color: #730A02;
}
.AnyTagClassName
{
color: #730A02;
}
</style>
background-color css
<style>
a { background-color: #730A02; }
a { background-color: rgb(115,10,2); }
div.DivClassName
{
background-color: #730A02;
}
.BgClassName
{
background-color: #730A02;
}
</style>
border-color css
<style>
span { border-color: #730A02; }
span { border-color: rgb(115,10,2); }
td.TdClassName
{
border-color: #730A02;
}
.TagClassName
{
border-color: #730A02;
}
</style>