Shades of Maroon #790600
Tints of Maroon #790600
RGB
CMYK
RGB Variations
Color information
#790600 (or 0x790600) is known color: Maroon. HEX triplet: 79, 06 and 00. RGB value is (121,6,0). Sum of RGB (Red+Green+Blue) = 121+6+0=127 (16% of max value = 765). Red value is 121 (47.66% from 255 or 95.28% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 121 - color contains mainly: red. Hex color #790600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790600 is #86F9FF. Grayscale: #272727. Windows color (decimal): -8845824 or 1657. OLE color: 1657.
HSL color Cylindrical-coordinate representation of color #790600: hue angle of 2.98º 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 #790600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 6 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.53 |
| HSL | 2.98º | 1% | 0.24% | - |
| HSV(B) | 2.98º | 1% | 0.47% | - |
| XYZ | 7.95 | 4.2 | 0.39 | - |
| YUV | 39.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 0 | 0 | 0.95 | 1 | 0.53 | 2.98 | 1 | 0.24 |
| Hex | 79 | 6 | 0 | 0 | 5F | 64 | 35 | 3 | 64 | 18 |
| Octal | 171 | 6 | 0 | 0 | 137 | 144 | 65 | 3 | 144 | 30 |
| Binary | 1111001 | 110 | 0 | 0 | 1011111 | 1100100 | 110101 | 11 | 1100100 | 11000 |
Color Harmonies of #790600
Complementary color
Monochromatic Colors of #790600
Black with #790600
Text Example
Text Example
White with #790600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790600; }
p { color: rgb(121,6,0); }
H1.HeaderClassName
{
color: #790600;
}
.AnyTagClassName
{
color: #790600;
}
</style>
background-color css
<style>
a { background-color: #790600; }
a { background-color: rgb(121,6,0); }
div.DivClassName
{
background-color: #790600;
}
.BgClassName
{
background-color: #790600;
}
</style>
border-color css
<style>
span { border-color: #790600; }
span { border-color: rgb(121,6,0); }
td.TdClassName
{
border-color: #790600;
}
.TagClassName
{
border-color: #790600;
}
</style>