Shades of Burgundy #780421
Tints of Burgundy #780421
RGB
CMYK
RGB Variations
Color information
#780421 (or 0x780421) is known color: Burgundy. HEX triplet: 78, 04 and 21. RGB value is (120,4,33). Sum of RGB (Red+Green+Blue) = 120+4+33=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #780421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780421 is #87FBDE. Grayscale: #292929. Windows color (decimal): -8911839 or 2163832. OLE color: 2163832.
HSL color Cylindrical-coordinate representation of color #780421: hue angle of 345º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780421 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 33 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.53 |
| HSL | 345º | 0.94% | 0.24% | - |
| HSV(B) | 345º | 0.97% | 0.47% | - |
| XYZ | 8.06 | 4.19 | 1.82 | - |
| YUV | 41.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 33 | 0 | 0.97 | 0.72 | 0.53 | 345 | 0.94 | 0.24 |
| Hex | 78 | 4 | 21 | 0 | 61 | 48 | 35 | 159 | 5E | 18 |
| Octal | 170 | 4 | 41 | 0 | 141 | 110 | 65 | 531 | 136 | 30 |
| Binary | 1111000 | 100 | 100001 | 0 | 1100001 | 1001000 | 110101 | 101011001 | 1011110 | 11000 |
Color Harmonies of #780421
Complementary color
Monochromatic Colors of #780421
Black with #780421
Text Example
Text Example
White with #780421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780421; }
p { color: rgb(120,4,33); }
H1.HeaderClassName
{
color: #780421;
}
.AnyTagClassName
{
color: #780421;
}
</style>
background-color css
<style>
a { background-color: #780421; }
a { background-color: rgb(120,4,33); }
div.DivClassName
{
background-color: #780421;
}
.BgClassName
{
background-color: #780421;
}
</style>
border-color css
<style>
span { border-color: #780421; }
span { border-color: rgb(120,4,33); }
td.TdClassName
{
border-color: #780421;
}
.TagClassName
{
border-color: #780421;
}
</style>