Shades of Maroon #790F01
Tints of Maroon #790F01
RGB
CMYK
RGB Variations
Color information
#790F01 (or 0x790F01) is known color: Maroon. HEX triplet: 79, 0F and 01. RGB value is (121,15,1). Sum of RGB (Red+Green+Blue) = 121+15+1=137 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.32% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 121 - color contains mainly: red. Hex color #790F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F01 is #86F0FE. Grayscale: #2D2D2D. Windows color (decimal): -8843519 or 69497. OLE color: 69497.
HSL color Cylindrical-coordinate representation of color #790F01: hue angle of 7º 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 #790F01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.53 |
| HSL | 7º | 0.98% | 0.24% | - |
| HSV(B) | 7º | 0.99% | 0.47% | - |
| XYZ | 8.06 | 4.41 | 0.45 | - |
| YUV | 45.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 1 | 0 | 0.88 | 0.99 | 0.53 | 7 | 0.98 | 0.24 |
| Hex | 79 | F | 1 | 0 | 58 | 63 | 35 | 7 | 62 | 18 |
| Octal | 171 | 17 | 1 | 0 | 130 | 143 | 65 | 7 | 142 | 30 |
| Binary | 1111001 | 1111 | 1 | 0 | 1011000 | 1100011 | 110101 | 111 | 1100010 | 11000 |
Color Harmonies of #790F01
Complementary color
Monochromatic Colors of #790F01
Black with #790F01
Text Example
Text Example
White with #790F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F01; }
p { color: rgb(121,15,1); }
H1.HeaderClassName
{
color: #790F01;
}
.AnyTagClassName
{
color: #790F01;
}
</style>
background-color css
<style>
a { background-color: #790F01; }
a { background-color: rgb(121,15,1); }
div.DivClassName
{
background-color: #790F01;
}
.BgClassName
{
background-color: #790F01;
}
</style>
border-color css
<style>
span { border-color: #790F01; }
span { border-color: rgb(121,15,1); }
td.TdClassName
{
border-color: #790F01;
}
.TagClassName
{
border-color: #790F01;
}
</style>