Burgundy Hex Code — #800020
RGB, HSL, and CMYK values for Burgundy.
Burgundy Color Values
| Format | Value |
|---|---|
| HEX | #800020 |
| RGB | rgb(128, 0, 32) |
| HSL | hsl(345, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 75%, 50%) |
Want to explore more shades? Use our Color Converter
About Burgundy
Color psychology: Sophistication, power.
Burgundy (#800020) is a dark shade of red. It's commonly used in web design, graphic design, and branding where sophistication, power are desired associations.
How to Use Burgundy in CSS
/* Using HEX */ color: #800020; background-color: #800020; /* Using RGB */ color: rgb(128, 0, 32); /* Using HSL */ color: hsl(345, 100%, 25%);