Shades of Maroon #791500
Tints of Maroon #791500
RGB
CMYK
RGB Variations
Color information
#791500 (or 0x791500) is known color: Maroon. HEX triplet: 79, 15 and 00. RGB value is (121,21,0). Sum of RGB (Red+Green+Blue) = 121+21+0=142 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.21% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 121 - color contains mainly: red. Hex color #791500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791500 is #86EAFF. Grayscale: #303030. Windows color (decimal): -8841984 or 5497. OLE color: 5497.
HSL color Cylindrical-coordinate representation of color #791500: hue angle of 10.41º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #791500 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 21 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.53 |
| HSL | 10.41º | 1% | 0.24% | - |
| HSV(B) | 10.41º | 1% | 0.47% | - |
| XYZ | 8.15 | 4.6 | 0.46 | - |
| YUV | 48.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 0 | 0 | 0.83 | 1 | 0.53 | 10.41 | 1 | 0.24 |
| Hex | 79 | 15 | 0 | 0 | 53 | 64 | 35 | A | 64 | 18 |
| Octal | 171 | 25 | 0 | 0 | 123 | 144 | 65 | 12 | 144 | 30 |
| Binary | 1111001 | 10101 | 0 | 0 | 1010011 | 1100100 | 110101 | 1010 | 1100100 | 11000 |
Color Harmonies of #791500
Complementary color
Monochromatic Colors of #791500
Black with #791500
Text Example
Text Example
White with #791500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791500; }
p { color: rgb(121,21,0); }
H1.HeaderClassName
{
color: #791500;
}
.AnyTagClassName
{
color: #791500;
}
</style>
background-color css
<style>
a { background-color: #791500; }
a { background-color: rgb(121,21,0); }
div.DivClassName
{
background-color: #791500;
}
.BgClassName
{
background-color: #791500;
}
</style>
border-color css
<style>
span { border-color: #791500; }
span { border-color: rgb(121,21,0); }
td.TdClassName
{
border-color: #791500;
}
.TagClassName
{
border-color: #791500;
}
</style>