Shades of Maroon #730803
Tints of Maroon #730803
RGB
CMYK
RGB Variations
Color information
#730803 (or 0x730803) is known color: Maroon. HEX triplet: 73, 08 and 03. RGB value is (115,8,3). Sum of RGB (Red+Green+Blue) = 115+8+3=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730803 is #8CF7FC. Grayscale: #272727. Windows color (decimal): -9238525 or 198771. OLE color: 198771.
HSL color Cylindrical-coordinate representation of color #730803: hue angle of 2.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730803 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 3 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.55 |
| HSL | 2.68º | 0.95% | 0.23% | - |
| HSV(B) | 2.68º | 0.97% | 0.45% | - |
| XYZ | 7.17 | 3.83 | 0.45 | - |
| YUV | 39.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 3 | 0 | 0.93 | 0.97 | 0.55 | 2.68 | 0.95 | 0.23 |
| Hex | 73 | 8 | 3 | 0 | 5D | 61 | 37 | 3 | 5F | 17 |
| Octal | 163 | 10 | 3 | 0 | 135 | 141 | 67 | 3 | 137 | 27 |
| Binary | 1110011 | 1000 | 11 | 0 | 1011101 | 1100001 | 110111 | 11 | 1011111 | 10111 |
Color Harmonies of #730803
Complementary color
Monochromatic Colors of #730803
Black with #730803
Text Example
Text Example
White with #730803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730803; }
p { color: rgb(115,8,3); }
H1.HeaderClassName
{
color: #730803;
}
.AnyTagClassName
{
color: #730803;
}
</style>
background-color css
<style>
a { background-color: #730803; }
a { background-color: rgb(115,8,3); }
div.DivClassName
{
background-color: #730803;
}
.BgClassName
{
background-color: #730803;
}
</style>
border-color css
<style>
span { border-color: #730803; }
span { border-color: rgb(115,8,3); }
td.TdClassName
{
border-color: #730803;
}
.TagClassName
{
border-color: #730803;
}
</style>