Shades of Burgundy #780921
Tints of Burgundy #780921
RGB
CMYK
RGB Variations
Color information
#780921 (or 0x780921) is known color: Burgundy. HEX triplet: 78, 09 and 21. RGB value is (120,9,33). Sum of RGB (Red+Green+Blue) = 120+9+33=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780921 is #87F6DE. Grayscale: #2C2C2C. Windows color (decimal): -8910559 or 2165112. OLE color: 2165112.
HSL color Cylindrical-coordinate representation of color #780921: hue angle of 347.03º 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 #780921 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 33 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.53 |
| HSL | 347.03º | 0.86% | 0.25% | - |
| HSV(B) | 347.03º | 0.93% | 0.47% | - |
| XYZ | 8.12 | 4.3 | 1.84 | - |
| YUV | 44.93 | 121.27 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 33 | 0 | 0.92 | 0.72 | 0.53 | 347.03 | 0.86 | 0.25 |
| Hex | 78 | 9 | 21 | 0 | 5C | 48 | 35 | 15B | 56 | 19 |
| Octal | 170 | 11 | 41 | 0 | 134 | 110 | 65 | 533 | 126 | 31 |
| Binary | 1111000 | 1001 | 100001 | 0 | 1011100 | 1001000 | 110101 | 101011011 | 1010110 | 11001 |
Color Harmonies of #780921
Complementary color
Monochromatic Colors of #780921
Black with #780921
Text Example
Text Example
White with #780921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780921; }
p { color: rgb(120,9,33); }
H1.HeaderClassName
{
color: #780921;
}
.AnyTagClassName
{
color: #780921;
}
</style>
background-color css
<style>
a { background-color: #780921; }
a { background-color: rgb(120,9,33); }
div.DivClassName
{
background-color: #780921;
}
.BgClassName
{
background-color: #780921;
}
</style>
border-color css
<style>
span { border-color: #780921; }
span { border-color: rgb(120,9,33); }
td.TdClassName
{
border-color: #780921;
}
.TagClassName
{
border-color: #780921;
}
</style>