Shades of Maroon #790A00
Tints of Maroon #790A00
RGB
CMYK
RGB Variations
Color information
#790A00 (or 0x790A00) is known color: Maroon. HEX triplet: 79, 0A and 00. RGB value is (121,10,0). Sum of RGB (Red+Green+Blue) = 121+10+0=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790A00 is #86F5FF. Grayscale: #2A2A2A. Windows color (decimal): -8844800 or 2681. OLE color: 2681.
HSL color Cylindrical-coordinate representation of color #790A00: hue angle of 4.96º 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 #790A00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 10 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.53 |
| HSL | 4.96º | 1% | 0.24% | - |
| HSV(B) | 4.96º | 1% | 0.47% | - |
| XYZ | 7.99 | 4.28 | 0.41 | - |
| YUV | 42.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 0 | 0 | 0.92 | 1 | 0.53 | 4.96 | 1 | 0.24 |
| Hex | 79 | A | 0 | 0 | 5C | 64 | 35 | 5 | 64 | 18 |
| Octal | 171 | 12 | 0 | 0 | 134 | 144 | 65 | 5 | 144 | 30 |
| Binary | 1111001 | 1010 | 0 | 0 | 1011100 | 1100100 | 110101 | 101 | 1100100 | 11000 |
Color Harmonies of #790A00
Complementary color
Monochromatic Colors of #790A00
Black with #790A00
Text Example
Text Example
White with #790A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790A00; }
p { color: rgb(121,10,0); }
H1.HeaderClassName
{
color: #790A00;
}
.AnyTagClassName
{
color: #790A00;
}
</style>
background-color css
<style>
a { background-color: #790A00; }
a { background-color: rgb(121,10,0); }
div.DivClassName
{
background-color: #790A00;
}
.BgClassName
{
background-color: #790A00;
}
</style>
border-color css
<style>
span { border-color: #790A00; }
span { border-color: rgb(121,10,0); }
td.TdClassName
{
border-color: #790A00;
}
.TagClassName
{
border-color: #790A00;
}
</style>