Shades of Maroon #790601
Tints of Maroon #790601
RGB
CMYK
RGB Variations
Color information
#790601 (or 0x790601) is known color: Maroon. HEX triplet: 79, 06 and 01. RGB value is (121,6,1). Sum of RGB (Red+Green+Blue) = 121+6+1=128 (16% of max value = 765). Red value is 121 (47.66% from 255 or 94.53% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 121 - color contains mainly: red. Hex color #790601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790601 is #86F9FE. Grayscale: #272727. Windows color (decimal): -8845823 or 67193. OLE color: 67193.
HSL color Cylindrical-coordinate representation of color #790601: hue angle of 2.5º 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 #790601 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 6 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.53 |
| HSL | 2.5º | 0.98% | 0.24% | - |
| HSV(B) | 2.5º | 0.99% | 0.47% | - |
| XYZ | 7.96 | 4.2 | 0.42 | - |
| YUV | 39.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 1 | 0 | 0.95 | 0.99 | 0.53 | 2.5 | 0.98 | 0.24 |
| Hex | 79 | 6 | 1 | 0 | 5F | 63 | 35 | 2 | 62 | 18 |
| Octal | 171 | 6 | 1 | 0 | 137 | 143 | 65 | 2 | 142 | 30 |
| Binary | 1111001 | 110 | 1 | 0 | 1011111 | 1100011 | 110101 | 10 | 1100010 | 11000 |
Color Harmonies of #790601
Complementary color
Monochromatic Colors of #790601
Black with #790601
Text Example
Text Example
White with #790601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790601; }
p { color: rgb(121,6,1); }
H1.HeaderClassName
{
color: #790601;
}
.AnyTagClassName
{
color: #790601;
}
</style>
background-color css
<style>
a { background-color: #790601; }
a { background-color: rgb(121,6,1); }
div.DivClassName
{
background-color: #790601;
}
.BgClassName
{
background-color: #790601;
}
</style>
border-color css
<style>
span { border-color: #790601; }
span { border-color: rgb(121,6,1); }
td.TdClassName
{
border-color: #790601;
}
.TagClassName
{
border-color: #790601;
}
</style>