What is the RGB code for red wine?
The CSS color red wine in RGB format is rgb(140, 0, 52). 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: rgb(140, 0, 52);
- Background: background-color: rgb(140, 0, 52);
- Border: border-color: rgb(140, 0, 52);
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 RGB?
Select red wine from the color name list in our color converter. The RGB value — rgb(140, 0, 52) — 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 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.