What is the RGB code for claret?
The CSS color claret in RGB format is rgb(104, 0, 24). Use this value directly in CSS, SVG, and most design tools.
How do I use claret in CSS?
To apply claret in CSS:
- Text color: color: rgb(104, 0, 24);
- Background: background-color: rgb(104, 0, 24);
- Border: border-color: rgb(104, 0, 24);
What are all the color format values for claret?
| Format | Value |
|---|---|
| HEX | #680018 |
| RGB | rgb(104, 0, 24) |
| HSL | hsl(346.2, 100%, 20.4%) |
| CMYK | cmyk(0%, 100%, 76.9%, 59.2%) |
How do I convert claret to RGB?
Select claret from the color name list in our color converter. The RGB value — rgb(104, 0, 24) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does claret belong to?
claret belongs to the red color family. It is a dark, vivid color with HSL values: hue 346.2°, saturation 100%, lightness 20.4%.
How do I create lighter and darker shades of claret?
Lighter variant (lightness 35.4%): #b5002a. Darker variant (lightness 5.399999999999999%): #1c0006. 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.