Shades of Maroon #790F00
Tints of Maroon #790F00
RGB
CMYK
RGB Variations
Color information
#790F00 (or 0x790F00) is known color: Maroon. HEX triplet: 79, 0F and 00. RGB value is (121,15,0). Sum of RGB (Red+Green+Blue) = 121+15+0=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #790F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F00 is #86F0FF. Grayscale: #2D2D2D. Windows color (decimal): -8843520 or 3961. OLE color: 3961.
HSL color Cylindrical-coordinate representation of color #790F00: hue angle of 7.44º 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 #790F00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.53 |
| HSL | 7.44º | 1% | 0.24% | - |
| HSV(B) | 7.44º | 1% | 0.47% | - |
| XYZ | 8.06 | 4.41 | 0.43 | - |
| YUV | 44.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 0 | 0 | 0.88 | 1 | 0.53 | 7.44 | 1 | 0.24 |
| Hex | 79 | F | 0 | 0 | 58 | 64 | 35 | 7 | 64 | 18 |
| Octal | 171 | 17 | 0 | 0 | 130 | 144 | 65 | 7 | 144 | 30 |
| Binary | 1111001 | 1111 | 0 | 0 | 1011000 | 1100100 | 110101 | 111 | 1100100 | 11000 |
Color Harmonies of #790F00
Complementary color
Monochromatic Colors of #790F00
Black with #790F00
Text Example
Text Example
White with #790F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F00; }
p { color: rgb(121,15,0); }
H1.HeaderClassName
{
color: #790F00;
}
.AnyTagClassName
{
color: #790F00;
}
</style>
background-color css
<style>
a { background-color: #790F00; }
a { background-color: rgb(121,15,0); }
div.DivClassName
{
background-color: #790F00;
}
.BgClassName
{
background-color: #790F00;
}
</style>
border-color css
<style>
span { border-color: #790F00; }
span { border-color: rgb(121,15,0); }
td.TdClassName
{
border-color: #790F00;
}
.TagClassName
{
border-color: #790F00;
}
</style>