Shades of Maroon #790901
Tints of Maroon #790901
RGB
CMYK
RGB Variations
Color information
#790901 (or 0x790901) is known color: Maroon. HEX triplet: 79, 09 and 01. RGB value is (121,9,1). Sum of RGB (Red+Green+Blue) = 121+9+1=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790901 is #86F6FE. Grayscale: #292929. Windows color (decimal): -8845055 or 67961. OLE color: 67961.
HSL color Cylindrical-coordinate representation of color #790901: hue angle of 4º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790901 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.53 |
| HSL | 4º | 0.98% | 0.24% | - |
| HSV(B) | 4º | 0.99% | 0.47% | - |
| XYZ | 7.99 | 4.26 | 0.43 | - |
| YUV | 41.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 1 | 0 | 0.93 | 0.99 | 0.53 | 4 | 0.98 | 0.24 |
| Hex | 79 | 9 | 1 | 0 | 5D | 63 | 35 | 4 | 62 | 18 |
| Octal | 171 | 11 | 1 | 0 | 135 | 143 | 65 | 4 | 142 | 30 |
| Binary | 1111001 | 1001 | 1 | 0 | 1011101 | 1100011 | 110101 | 100 | 1100010 | 11000 |
Color Harmonies of #790901
Complementary color
Monochromatic Colors of #790901
Black with #790901
Text Example
Text Example
White with #790901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790901; }
p { color: rgb(121,9,1); }
H1.HeaderClassName
{
color: #790901;
}
.AnyTagClassName
{
color: #790901;
}
</style>
background-color css
<style>
a { background-color: #790901; }
a { background-color: rgb(121,9,1); }
div.DivClassName
{
background-color: #790901;
}
.BgClassName
{
background-color: #790901;
}
</style>
border-color css
<style>
span { border-color: #790901; }
span { border-color: rgb(121,9,1); }
td.TdClassName
{
border-color: #790901;
}
.TagClassName
{
border-color: #790901;
}
</style>