Shades of Burgundy #790016
Tints of Burgundy #790016
RGB
CMYK
RGB Variations
Color information
#790016 (or 0x790016) is known color: Burgundy. HEX triplet: 79, 00 and 16. RGB value is (121,0,22). Sum of RGB (Red+Green+Blue) = 121+0+22=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #790016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790016 is #86FFE9. Grayscale: #262626. Windows color (decimal): -8847338 or 1441913. OLE color: 1441913.
HSL color Cylindrical-coordinate representation of color #790016: hue angle of 349.09º 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 #790016 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.82 | 0.53 |
| HSL | 349.09º | 1% | 0.24% | - |
| HSV(B) | 349.09º | 1% | 0.47% | - |
| XYZ | 8.03 | 4.12 | 1.13 | - |
| YUV | 38.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 22 | 0 | 1 | 0.82 | 0.53 | 349.09 | 1 | 0.24 |
| Hex | 79 | 0 | 16 | 0 | 64 | 52 | 35 | 15D | 64 | 18 |
| Octal | 171 | 0 | 26 | 0 | 144 | 122 | 65 | 535 | 144 | 30 |
| Binary | 1111001 | 0 | 10110 | 0 | 1100100 | 1010010 | 110101 | 101011101 | 1100100 | 11000 |
Color Harmonies of #790016
Complementary color
Monochromatic Colors of #790016
Black with #790016
Text Example
Text Example
White with #790016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790016; }
p { color: rgb(121,0,22); }
H1.HeaderClassName
{
color: #790016;
}
.AnyTagClassName
{
color: #790016;
}
</style>
background-color css
<style>
a { background-color: #790016; }
a { background-color: rgb(121,0,22); }
div.DivClassName
{
background-color: #790016;
}
.BgClassName
{
background-color: #790016;
}
</style>
border-color css
<style>
span { border-color: #790016; }
span { border-color: rgb(121,0,22); }
td.TdClassName
{
border-color: #790016;
}
.TagClassName
{
border-color: #790016;
}
</style>