Shades of Burgundy #790921
Tints of Burgundy #790921
RGB
CMYK
RGB Variations
Color information
#790921 (or 0x790921) is known color: Burgundy. HEX triplet: 79, 09 and 21. RGB value is (121,9,33). Sum of RGB (Red+Green+Blue) = 121+9+33=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790921 is #86F6DE. Grayscale: #2D2D2D. Windows color (decimal): -8845023 or 2165113. OLE color: 2165113.
HSL color Cylindrical-coordinate representation of color #790921: hue angle of 347.14º 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 #790921 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 33 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.53 |
| HSL | 347.14º | 0.86% | 0.25% | - |
| HSV(B) | 347.14º | 0.93% | 0.47% | - |
| XYZ | 8.26 | 4.37 | 1.85 | - |
| YUV | 45.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 33 | 0 | 0.93 | 0.73 | 0.53 | 347.14 | 0.86 | 0.25 |
| Hex | 79 | 9 | 21 | 0 | 5D | 49 | 35 | 15B | 56 | 19 |
| Octal | 171 | 11 | 41 | 0 | 135 | 111 | 65 | 533 | 126 | 31 |
| Binary | 1111001 | 1001 | 100001 | 0 | 1011101 | 1001001 | 110101 | 101011011 | 1010110 | 11001 |
Color Harmonies of #790921
Complementary color
Monochromatic Colors of #790921
Black with #790921
Text Example
Text Example
White with #790921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790921; }
p { color: rgb(121,9,33); }
H1.HeaderClassName
{
color: #790921;
}
.AnyTagClassName
{
color: #790921;
}
</style>
background-color css
<style>
a { background-color: #790921; }
a { background-color: rgb(121,9,33); }
div.DivClassName
{
background-color: #790921;
}
.BgClassName
{
background-color: #790921;
}
</style>
border-color css
<style>
span { border-color: #790921; }
span { border-color: rgb(121,9,33); }
td.TdClassName
{
border-color: #790921;
}
.TagClassName
{
border-color: #790921;
}
</style>