Wine (#722F37)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 9.65:1 — vs black: 2.18:1

Color values

  • HEX #722F37
  • RGB rgb(114, 47, 55)
  • HSL hsl(352, 58%, 44%)
  • CMYK cmyk( 0, 58.77, 51.75, 55.29 )
  • Websafe #663333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #722F37 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Wine
#722F37 Base
#2F726A
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Wine
#722F37 Base
#722F58
#72482F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Wine
#722F37 Base
#37722F
#2F3772
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Wine
#722F37 Base
#2F7248
#2F5872
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Wine
#722F37 Base
#58722F
#2F726A
#482F72
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Wine
#722F37 Base
#120709
#3C191D
#552329
#8F3B45
#A84551
#C6747E
Shades & Tints

Darker shades and lighter tints of Wine, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#120709
#250F12
#38171B
#4C1F24
#5F272E
Wine #722F37 Base
#A0424D
#BF646E
#D29199
#E5BFC4
#F8EDEE
CSS & SCSS Snippets

Ready-to-use code snippets for #722F37. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #722F37;
}

/* Text */
.element {
    color: #722F37;
}

/* Border */
.element {
    border: 1px solid #722F37;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #722F37,
        #2FB5A5
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #722F37,
        #2FB5A5
    );
}
SCSS Variable
// SCSS variable
$wine: #722F37;

// With RGB channels (useful for rgba() usage)
$wine-r: 114;
$wine-g: 47;
$wine-b: 55;

// Usage
.element {
    background-color: $wine;
    color: rgba($wine-r, $wine-g, $wine-b, 0.8);
}
Color Blindness Simulation

How Wine appears to people with different types of color vision deficiency.

Normal Vision #722F37 How the color appears with full color vision.
Deuteranopia #4A4A35 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #3B3B37 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #723030 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #454545 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Wine ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Wine #722F37 Base
Catawba #703642 ΔE 3.61
Solid Pink #893843 ΔE 5.21
Claret #7F1734 ΔE 5.62
Antique Ruby #841B2D ΔE 5.82

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.