Shades of Burgundy #790021
Tints of Burgundy #790021
RGB
CMYK
RGB Variations
Color information
#790021 (or 0x790021) is known color: Burgundy. HEX triplet: 79, 00 and 21. RGB value is (121,0,33). Sum of RGB (Red+Green+Blue) = 121+0+33=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790021 is #86FFDE. Grayscale: #272727. Windows color (decimal): -8847327 or 2162809. OLE color: 2162809.
HSL color Cylindrical-coordinate representation of color #790021: hue angle of 343.64º 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 #790021 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.73 | 0.53 |
| HSL | 343.64º | 1% | 0.24% | - |
| HSV(B) | 343.64º | 1% | 0.47% | - |
| XYZ | 8.16 | 4.17 | 1.81 | - |
| YUV | 39.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 33 | 0 | 1 | 0.73 | 0.53 | 343.64 | 1 | 0.24 |
| Hex | 79 | 0 | 21 | 0 | 64 | 49 | 35 | 158 | 64 | 18 |
| Octal | 171 | 0 | 41 | 0 | 144 | 111 | 65 | 530 | 144 | 30 |
| Binary | 1111001 | 0 | 100001 | 0 | 1100100 | 1001001 | 110101 | 101011000 | 1100100 | 11000 |
Color Harmonies of #790021
Complementary color
Monochromatic Colors of #790021
Black with #790021
Text Example
Text Example
White with #790021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790021; }
p { color: rgb(121,0,33); }
H1.HeaderClassName
{
color: #790021;
}
.AnyTagClassName
{
color: #790021;
}
</style>
background-color css
<style>
a { background-color: #790021; }
a { background-color: rgb(121,0,33); }
div.DivClassName
{
background-color: #790021;
}
.BgClassName
{
background-color: #790021;
}
</style>
border-color css
<style>
span { border-color: #790021; }
span { border-color: rgb(121,0,33); }
td.TdClassName
{
border-color: #790021;
}
.TagClassName
{
border-color: #790021;
}
</style>