Shades of Maroon #790B08
Tints of Maroon #790B08
RGB
CMYK
RGB Variations
Color information
#790B08 (or 0x790B08) is known color: Maroon. HEX triplet: 79, 0B and 08. RGB value is (121,11,8). Sum of RGB (Red+Green+Blue) = 121+11+8=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B08 is #86F4F7. Grayscale: #2B2B2B. Windows color (decimal): -8844536 or 527225. OLE color: 527225.
HSL color Cylindrical-coordinate representation of color #790B08: hue angle of 1.59º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790B08 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 8 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.53 |
| HSL | 1.59º | 0.88% | 0.25% | - |
| HSV(B) | 1.59º | 0.93% | 0.47% | - |
| XYZ | 8.05 | 4.32 | 0.64 | - |
| YUV | 43.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 8 | 0 | 0.91 | 0.93 | 0.53 | 1.59 | 0.88 | 0.25 |
| Hex | 79 | B | 8 | 0 | 5B | 5D | 35 | 2 | 58 | 19 |
| Octal | 171 | 13 | 10 | 0 | 133 | 135 | 65 | 2 | 130 | 31 |
| Binary | 1111001 | 1011 | 1000 | 0 | 1011011 | 1011101 | 110101 | 10 | 1011000 | 11001 |
Color Harmonies of #790B08
Complementary color
Monochromatic Colors of #790B08
Black with #790B08
Text Example
Text Example
White with #790B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B08; }
p { color: rgb(121,11,8); }
H1.HeaderClassName
{
color: #790B08;
}
.AnyTagClassName
{
color: #790B08;
}
</style>
background-color css
<style>
a { background-color: #790B08; }
a { background-color: rgb(121,11,8); }
div.DivClassName
{
background-color: #790B08;
}
.BgClassName
{
background-color: #790B08;
}
</style>
border-color css
<style>
span { border-color: #790B08; }
span { border-color: rgb(121,11,8); }
td.TdClassName
{
border-color: #790B08;
}
.TagClassName
{
border-color: #790B08;
}
</style>