Shades of Burgundy #790819
Tints of Burgundy #790819
RGB
CMYK
RGB Variations
Color information
#790819 (or 0x790819) is known color: Burgundy. HEX triplet: 79, 08 and 19. RGB value is (121,8,25). Sum of RGB (Red+Green+Blue) = 121+8+25=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790819 is #86F7E6. Grayscale: #2B2B2B. Windows color (decimal): -8845287 or 1640569. OLE color: 1640569.
HSL color Cylindrical-coordinate representation of color #790819: hue angle of 350.97º 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 #790819 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 25 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.53 |
| HSL | 350.97º | 0.88% | 0.25% | - |
| HSV(B) | 350.97º | 0.93% | 0.47% | - |
| XYZ | 8.15 | 4.31 | 1.32 | - |
| YUV | 43.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 25 | 0 | 0.93 | 0.79 | 0.53 | 350.97 | 0.88 | 0.25 |
| Hex | 79 | 8 | 19 | 0 | 5D | 4F | 35 | 15F | 58 | 19 |
| Octal | 171 | 10 | 31 | 0 | 135 | 117 | 65 | 537 | 130 | 31 |
| Binary | 1111001 | 1000 | 11001 | 0 | 1011101 | 1001111 | 110101 | 101011111 | 1011000 | 11001 |
Color Harmonies of #790819
Complementary color
Monochromatic Colors of #790819
Black with #790819
Text Example
Text Example
White with #790819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790819; }
p { color: rgb(121,8,25); }
H1.HeaderClassName
{
color: #790819;
}
.AnyTagClassName
{
color: #790819;
}
</style>
background-color css
<style>
a { background-color: #790819; }
a { background-color: rgb(121,8,25); }
div.DivClassName
{
background-color: #790819;
}
.BgClassName
{
background-color: #790819;
}
</style>
border-color css
<style>
span { border-color: #790819; }
span { border-color: rgb(121,8,25); }
td.TdClassName
{
border-color: #790819;
}
.TagClassName
{
border-color: #790819;
}
</style>