Shades of Maroon #790701
Tints of Maroon #790701
RGB
CMYK
RGB Variations
Color information
#790701 (or 0x790701) is known color: Maroon. HEX triplet: 79, 07 and 01. RGB value is (121,7,1). Sum of RGB (Red+Green+Blue) = 121+7+1=129 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.80% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 121 - color contains mainly: red. Hex color #790701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790701 is #86F8FE. Grayscale: #282828. Windows color (decimal): -8845567 or 67449. OLE color: 67449.
HSL color Cylindrical-coordinate representation of color #790701: hue angle of 3º 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 #790701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 7 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.53 |
| HSL | 3º | 0.98% | 0.24% | - |
| HSV(B) | 3º | 0.99% | 0.47% | - |
| XYZ | 7.97 | 4.22 | 0.42 | - |
| YUV | 40.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 1 | 0 | 0.94 | 0.99 | 0.53 | 3 | 0.98 | 0.24 |
| Hex | 79 | 7 | 1 | 0 | 5E | 63 | 35 | 3 | 62 | 18 |
| Octal | 171 | 7 | 1 | 0 | 136 | 143 | 65 | 3 | 142 | 30 |
| Binary | 1111001 | 111 | 1 | 0 | 1011110 | 1100011 | 110101 | 11 | 1100010 | 11000 |
Color Harmonies of #790701
Complementary color
Monochromatic Colors of #790701
Black with #790701
Text Example
Text Example
White with #790701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790701; }
p { color: rgb(121,7,1); }
H1.HeaderClassName
{
color: #790701;
}
.AnyTagClassName
{
color: #790701;
}
</style>
background-color css
<style>
a { background-color: #790701; }
a { background-color: rgb(121,7,1); }
div.DivClassName
{
background-color: #790701;
}
.BgClassName
{
background-color: #790701;
}
</style>
border-color css
<style>
span { border-color: #790701; }
span { border-color: rgb(121,7,1); }
td.TdClassName
{
border-color: #790701;
}
.TagClassName
{
border-color: #790701;
}
</style>