What is the RGB code for burgundy?
The CSS color burgundy in RGB format is rgb(97, 0, 35). Use this value directly in CSS, SVG, and most design tools.
How do I use burgundy in CSS?
To apply burgundy in CSS:
- Text color: color: rgb(97, 0, 35);
- Background: background-color: rgb(97, 0, 35);
- Border: border-color: rgb(97, 0, 35);
What are all the color format values for burgundy?
| Format | Value |
|---|---|
| HEX | #610023 |
| RGB | rgb(97, 0, 35) |
| HSL | hsl(338.4, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 63.9%, 62%) |
How do I convert burgundy to RGB?
Select burgundy from the color name list in our color converter. The RGB value — rgb(97, 0, 35) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does burgundy belong to?
burgundy belongs to the pink color family. It is a dark, vivid color with HSL values: hue 338.4°, saturation 100%, lightness 19%.
How do I create lighter and darker shades of burgundy?
Lighter variant (lightness 34%): #ad003e. Darker variant (lightness 5%): #190009. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.