Shades of Burgundy #780521
Tints of Burgundy #780521
RGB
CMYK
RGB Variations
Color information
#780521 (or 0x780521) is known color: Burgundy. HEX triplet: 78, 05 and 21. RGB value is (120,5,33). Sum of RGB (Red+Green+Blue) = 120+5+33=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #780521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780521 is #87FADE. Grayscale: #2A2A2A. Windows color (decimal): -8911583 or 2164088. OLE color: 2164088.
HSL color Cylindrical-coordinate representation of color #780521: hue angle of 345.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780521 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 33 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.53 |
| HSL | 345.39º | 0.92% | 0.25% | - |
| HSV(B) | 345.39º | 0.96% | 0.47% | - |
| XYZ | 8.07 | 4.21 | 1.83 | - |
| YUV | 42.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 33 | 0 | 0.96 | 0.72 | 0.53 | 345.39 | 0.92 | 0.25 |
| Hex | 78 | 5 | 21 | 0 | 60 | 48 | 35 | 159 | 5C | 19 |
| Octal | 170 | 5 | 41 | 0 | 140 | 110 | 65 | 531 | 134 | 31 |
| Binary | 1111000 | 101 | 100001 | 0 | 1100000 | 1001000 | 110101 | 101011001 | 1011100 | 11001 |
Color Harmonies of #780521
Complementary color
Monochromatic Colors of #780521
Black with #780521
Text Example
Text Example
White with #780521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780521; }
p { color: rgb(120,5,33); }
H1.HeaderClassName
{
color: #780521;
}
.AnyTagClassName
{
color: #780521;
}
</style>
background-color css
<style>
a { background-color: #780521; }
a { background-color: rgb(120,5,33); }
div.DivClassName
{
background-color: #780521;
}
.BgClassName
{
background-color: #780521;
}
</style>
border-color css
<style>
span { border-color: #780521; }
span { border-color: rgb(120,5,33); }
td.TdClassName
{
border-color: #780521;
}
.TagClassName
{
border-color: #780521;
}
</style>