Shades of Burgundy #790019
Tints of Burgundy #790019
RGB
CMYK
RGB Variations
Color information
#790019 (or 0x790019) is known color: Burgundy. HEX triplet: 79, 00 and 19. RGB value is (121,0,25). Sum of RGB (Red+Green+Blue) = 121+0+25=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790019 is #86FFE6. Grayscale: #272727. Windows color (decimal): -8847335 or 1638521. OLE color: 1638521.
HSL color Cylindrical-coordinate representation of color #790019: hue angle of 347.6º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790019 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.79 | 0.53 |
| HSL | 347.6º | 1% | 0.24% | - |
| HSV(B) | 347.6º | 1% | 0.47% | - |
| XYZ | 8.06 | 4.14 | 1.29 | - |
| YUV | 39.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 25 | 0 | 1 | 0.79 | 0.53 | 347.6 | 1 | 0.24 |
| Hex | 79 | 0 | 19 | 0 | 64 | 4F | 35 | 15C | 64 | 18 |
| Octal | 171 | 0 | 31 | 0 | 144 | 117 | 65 | 534 | 144 | 30 |
| Binary | 1111001 | 0 | 11001 | 0 | 1100100 | 1001111 | 110101 | 101011100 | 1100100 | 11000 |
Color Harmonies of #790019
Complementary color
Monochromatic Colors of #790019
Black with #790019
Text Example
Text Example
White with #790019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790019; }
p { color: rgb(121,0,25); }
H1.HeaderClassName
{
color: #790019;
}
.AnyTagClassName
{
color: #790019;
}
</style>
background-color css
<style>
a { background-color: #790019; }
a { background-color: rgb(121,0,25); }
div.DivClassName
{
background-color: #790019;
}
.BgClassName
{
background-color: #790019;
}
</style>
border-color css
<style>
span { border-color: #790019; }
span { border-color: rgb(121,0,25); }
td.TdClassName
{
border-color: #790019;
}
.TagClassName
{
border-color: #790019;
}
</style>