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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#722F37
Base
#2F726A
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#722F37
Base
#722F58
#72482F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#722F37
Base
#37722F
#2F3772
Two colors flanking the complement — high contrast with less tension than full complementary.
#722F37
Base
#2F7248
#2F5872
Four colors at 90° intervals — rich variety, best when one color dominates.
#722F37
Base
#58722F
#2F726A
#482F72
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#722F37
Base
#120709
#3C191D
#552329
#8F3B45
#A84551
#C6747E
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
#722F37
Base
#A0424D
#BF646E
#D29199
#E5BFC4
#F8EDEE
Ready-to-use code snippets for #722F37. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #722F37;
}
/* Text */
.element {
color: #722F37;
}
/* Border */
.element {
border: 1px solid #722F37;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#722F37,
#2FB5A5
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#722F37,
#2FB5A5
);
}
// 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);
}
How Wine appears to people with different types of color vision deficiency.
#722F37
How the color appears with full color vision.
#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.
#3B3B37
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#723030
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#454545
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.