What is the HEX code for red wine?
The CSS color red wine in HEX format is #8c0034. Use this value directly in CSS, SVG, and most design tools.
How do I use red wine in CSS?
To apply red wine in CSS:
- Text color: color: #8c0034;
- Background: background-color: #8c0034;
- Border: border-color: #8c0034;
What are all the color format values for red wine?
| Format | Value |
|---|---|
| HEX | #8c0034 |
| RGB | rgb(140, 0, 52) |
| HSL | hsl(337.7, 100%, 27.5%) |
| CMYK | cmyk(0%, 100%, 62.9%, 45.1%) |
How do I convert red wine to HEX?
Select red wine from the color name list in our color converter. The HEX value — #8c0034 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does red wine belong to?
red wine belongs to the pink color family. It is a dark, vivid color with HSL values: hue 337.7°, saturation 100%, lightness 27.5%.
How do I create lighter and darker shades of red wine?
Lighter variant (lightness 42.5%): #d90051. Darker variant (lightness 12.5%): #400018. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.