Wine color: code #722F37

Wine

#722F37

Color codes

  • HEX#722F37
  • RGBrgb(114, 47, 55)
  • HSLhsl(353, 42%, 32%)
  • HSVhsv(353, 59%, 45%)
  • CMYKcmyk(0%, 59%, 52%, 55%)
  • LABlab(29.1% 30.4 9.7)
  • OKLCHoklch(40.1% 0.095 15.1)

About the color Wine

Wine has the HEX code #722F37, which corresponds to rgb(114, 47, 55) in the RGB model. On the color wheel its hue sits at 353°, with 42% saturation and 32% lightness (hsl(353, 42%, 32%)).

Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.

As a background it calls for light text: white reaches a 9.64:1 contrast ratio on it, versus 2.17:1 for black.

For print, the approximate conversion is cmyk(0%, 59%, 52%, 55%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Wine

Complementary

#722F37 · #2F746C

Analogous

#742F5A · #722F37 · #744A2F

Triadic

#722F37 · #37742F · #2F3774

Tetradic

#722F37 · #5A742F · #2F746C · #4A2F74

Split-complementary

#722F37 · #2F744A · #2F5A74

Monochromatic

#190A0C · #502126 · #722F37 · #AA4651 · #C7757F

Wine with white and black text

White text Aa Bb Cc 123
9.64:1 · AAA
Black text Aa Bb Cc 123
2.17:1 · fails WCAG

Test other pairs in the contrast checker

How wine is perceived

Wine (#722F37) is a dark red with hints of brown and purple, the color of a glass of red held up to the light. Deep and fairly desaturated, it usually reads as sophisticated, mature and warm, a far cry from the urgency of pure red. In the West it shows up a lot in fall and winter, in academic regalia and in formal settings. Other cultures may attach their own meanings to dark reds, tied to ritual or status, so it pays to know your audience before betting on a single reading.

Wine, marsala and burgundy: which is which

Retailers use the three names loosely, but the differences are visible side by side:

ColorHEXDifference
Wine#722F37dark, with a brownish base
Burgundy#800020more saturated and “redder,” almost no brown
Marsala#955251lighter and earthier, leaning toward brick

In clothing and paint stores, names vary from brand to brand. When you specify a color, always pass the code, never just the name.

Where to use it

In branding, wine suits wineries, restaurants, law firms and fashion labels that want to convey heritage. On the web it is an excellent accent for headings and buttons: contrast with white text is about 9.6:1, above even the AAA level. In fashion it is one of the most versatile cold-weather shades, in leather, knitwear and velvet. In interiors, a wine-colored wall in a dining room or library creates an intimate mood, especially with warm lighting and brass or dark wood accents.

Pairings and dark mode

In dark mode, #722F37 disappears on near-black backgrounds (2.2:1 against black). For links and highlights, lighten it to something like #C9737D, which clears 5:1 on #121212. Test it in the contrast checker.

How to use it in CSS

:root {
  --color-wine: #722F37;
  --color-wine-rgb: 114, 47, 55;
}

.elemento {
  background-color: var(--color-wine);
  color: #FFFFFF;
}