Shades of Maroon #790902
Tints of Maroon #790902
RGB
CMYK
RGB Variations
Color information
#790902 (or 0x790902) is known color: Maroon. HEX triplet: 79, 09 and 02. RGB value is (121,9,2). Sum of RGB (Red+Green+Blue) = 121+9+2=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790902 is #86F6FD. Grayscale: #292929. Windows color (decimal): -8845054 or 133497. OLE color: 133497.
HSL color Cylindrical-coordinate representation of color #790902: hue angle of 3.53º degrees, saturation: 0.97, 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 #790902 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.53 |
| HSL | 3.53º | 0.97% | 0.24% | - |
| HSV(B) | 3.53º | 0.98% | 0.47% | - |
| XYZ | 7.99 | 4.26 | 0.46 | - |
| YUV | 41.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 2 | 0 | 0.93 | 0.98 | 0.53 | 3.53 | 0.97 | 0.24 |
| Hex | 79 | 9 | 2 | 0 | 5D | 62 | 35 | 4 | 61 | 18 |
| Octal | 171 | 11 | 2 | 0 | 135 | 142 | 65 | 4 | 141 | 30 |
| Binary | 1111001 | 1001 | 10 | 0 | 1011101 | 1100010 | 110101 | 100 | 1100001 | 11000 |
Color Harmonies of #790902
Complementary color
Monochromatic Colors of #790902
Black with #790902
Text Example
Text Example
White with #790902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790902; }
p { color: rgb(121,9,2); }
H1.HeaderClassName
{
color: #790902;
}
.AnyTagClassName
{
color: #790902;
}
</style>
background-color css
<style>
a { background-color: #790902; }
a { background-color: rgb(121,9,2); }
div.DivClassName
{
background-color: #790902;
}
.BgClassName
{
background-color: #790902;
}
</style>
border-color css
<style>
span { border-color: #790902; }
span { border-color: rgb(121,9,2); }
td.TdClassName
{
border-color: #790902;
}
.TagClassName
{
border-color: #790902;
}
</style>