Shades of Maroon #791503
Tints of Maroon #791503
RGB
CMYK
RGB Variations
Color information
#791503 (or 0x791503) is known color: Maroon. HEX triplet: 79, 15 and 03. RGB value is (121,21,3). Sum of RGB (Red+Green+Blue) = 121+21+3=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #791503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791503 is #86EAFC. Grayscale: #313131. Windows color (decimal): -8841981 or 202105. OLE color: 202105.
HSL color Cylindrical-coordinate representation of color #791503: hue angle of 9.15º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #791503 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 21 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.53 |
| HSL | 9.15º | 0.95% | 0.24% | - |
| HSV(B) | 9.15º | 0.98% | 0.47% | - |
| XYZ | 8.17 | 4.61 | 0.54 | - |
| YUV | 48.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 3 | 0 | 0.83 | 0.98 | 0.53 | 9.15 | 0.95 | 0.24 |
| Hex | 79 | 15 | 3 | 0 | 53 | 62 | 35 | 9 | 5F | 18 |
| Octal | 171 | 25 | 3 | 0 | 123 | 142 | 65 | 11 | 137 | 30 |
| Binary | 1111001 | 10101 | 11 | 0 | 1010011 | 1100010 | 110101 | 1001 | 1011111 | 11000 |
Color Harmonies of #791503
Complementary color
Monochromatic Colors of #791503
Black with #791503
Text Example
Text Example
White with #791503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791503; }
p { color: rgb(121,21,3); }
H1.HeaderClassName
{
color: #791503;
}
.AnyTagClassName
{
color: #791503;
}
</style>
background-color css
<style>
a { background-color: #791503; }
a { background-color: rgb(121,21,3); }
div.DivClassName
{
background-color: #791503;
}
.BgClassName
{
background-color: #791503;
}
</style>
border-color css
<style>
span { border-color: #791503; }
span { border-color: rgb(121,21,3); }
td.TdClassName
{
border-color: #791503;
}
.TagClassName
{
border-color: #791503;
}
</style>