Shades of Burgundy #790919
Tints of Burgundy #790919
RGB
CMYK
RGB Variations
Color information
#790919 (or 0x790919) is known color: Burgundy. HEX triplet: 79, 09 and 19. RGB value is (121,9,25). Sum of RGB (Red+Green+Blue) = 121+9+25=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #790919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790919 is #86F6E6. Grayscale: #2C2C2C. Windows color (decimal): -8845031 or 1640825. OLE color: 1640825.
HSL color Cylindrical-coordinate representation of color #790919: hue angle of 351.43º degrees, saturation: 0.86, 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 #790919 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 25 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.53 |
| HSL | 351.43º | 0.86% | 0.25% | - |
| HSV(B) | 351.43º | 0.93% | 0.47% | - |
| XYZ | 8.16 | 4.33 | 1.33 | - |
| YUV | 44.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 25 | 0 | 0.93 | 0.79 | 0.53 | 351.43 | 0.86 | 0.25 |
| Hex | 79 | 9 | 19 | 0 | 5D | 4F | 35 | 15F | 56 | 19 |
| Octal | 171 | 11 | 31 | 0 | 135 | 117 | 65 | 537 | 126 | 31 |
| Binary | 1111001 | 1001 | 11001 | 0 | 1011101 | 1001111 | 110101 | 101011111 | 1010110 | 11001 |
Color Harmonies of #790919
Complementary color
Monochromatic Colors of #790919
Black with #790919
Text Example
Text Example
White with #790919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790919; }
p { color: rgb(121,9,25); }
H1.HeaderClassName
{
color: #790919;
}
.AnyTagClassName
{
color: #790919;
}
</style>
background-color css
<style>
a { background-color: #790919; }
a { background-color: rgb(121,9,25); }
div.DivClassName
{
background-color: #790919;
}
.BgClassName
{
background-color: #790919;
}
</style>
border-color css
<style>
span { border-color: #790919; }
span { border-color: rgb(121,9,25); }
td.TdClassName
{
border-color: #790919;
}
.TagClassName
{
border-color: #790919;
}
</style>