Wine to RGB — Color Code

RGB

rgb(128, 1, 63)

Format Value
HEX #80013f
RGB rgb(128, 1, 63)
HSL hsl(330.7, 98.4%, 25.3%)
CMYK cmyk(0%, 99.2%, 50.8%, 49.8%)

What is the RGB code for wine?

The CSS color wine in RGB format is rgb(128, 1, 63). Use this value directly in CSS, SVG, and most design tools.

How do I use wine in CSS?

To apply wine in CSS:

  • Text color: color: rgb(128, 1, 63);
  • Background: background-color: rgb(128, 1, 63);
  • Border: border-color: rgb(128, 1, 63);

What are all the color format values for wine?

FormatValue
HEX#80013f
RGBrgb(128, 1, 63)
HSLhsl(330.7, 98.4%, 25.3%)
CMYKcmyk(0%, 99.2%, 50.8%, 49.8%)

How do I convert wine to RGB?

Select wine from the color name list in our color converter. The RGB value — rgb(128, 1, 63) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does wine belong to?

wine belongs to the pink color family. It is a dark, vivid color with HSL values: hue 330.7°, saturation 98.4%, lightness 25.3%.

How do I create lighter and darker shades of wine?

Lighter variant (lightness 40.3%): #cc0264. Darker variant (lightness 10.3%): #34001a. 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.