Shades of Burgundy #790E16
Tints of Burgundy #790E16
RGB
CMYK
RGB Variations
Color information
#790E16 (or 0x790E16) is known color: Burgundy. HEX triplet: 79, 0E and 16. RGB value is (121,14,22). Sum of RGB (Red+Green+Blue) = 121+14+22=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #790E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E16 is #86F1E9. Grayscale: #2E2E2E. Windows color (decimal): -8843754 or 1445497. OLE color: 1445497.
HSL color Cylindrical-coordinate representation of color #790E16: hue angle of 355.51º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E16 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 14 | 22 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.53 |
| HSL | 355.51º | 0.79% | 0.26% | - |
| HSV(B) | 355.51º | 0.88% | 0.47% | - |
| XYZ | 8.19 | 4.44 | 1.18 | - |
| YUV | 46.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 22 | 0 | 0.88 | 0.82 | 0.53 | 355.51 | 0.79 | 0.26 |
| Hex | 79 | E | 16 | 0 | 58 | 52 | 35 | 164 | 4F | 1A |
| Octal | 171 | 16 | 26 | 0 | 130 | 122 | 65 | 544 | 117 | 32 |
| Binary | 1111001 | 1110 | 10110 | 0 | 1011000 | 1010010 | 110101 | 101100100 | 1001111 | 11010 |
Color Harmonies of #790E16
Complementary color
Monochromatic Colors of #790E16
Black with #790E16
Text Example
Text Example
White with #790E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E16; }
p { color: rgb(121,14,22); }
H1.HeaderClassName
{
color: #790E16;
}
.AnyTagClassName
{
color: #790E16;
}
</style>
background-color css
<style>
a { background-color: #790E16; }
a { background-color: rgb(121,14,22); }
div.DivClassName
{
background-color: #790E16;
}
.BgClassName
{
background-color: #790E16;
}
</style>
border-color css
<style>
span { border-color: #790E16; }
span { border-color: rgb(121,14,22); }
td.TdClassName
{
border-color: #790E16;
}
.TagClassName
{
border-color: #790E16;
}
</style>