Shades of Claret #791E37
Tints of Claret #791E37
RGB
CMYK
RGB Variations
Color information
#791E37 (or 0x791E37) is known color: Claret. HEX triplet: 79, 1E and 37. RGB value is (121,30,55). Sum of RGB (Red+Green+Blue) = 121+30+55=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #791E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E37 is #86E1C8. Grayscale: #3C3C3C. Windows color (decimal): -8839625 or 3612281. OLE color: 3612281.
HSL color Cylindrical-coordinate representation of color #791E37: hue angle of 343.52º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E37 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 55 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.53 |
| HSL | 343.52º | 0.6% | 0.3% | - |
| HSV(B) | 343.52º | 0.75% | 0.47% | - |
| XYZ | 9.04 | 5.27 | 4.16 | - |
| YUV | 60.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 55 | 0 | 0.75 | 0.55 | 0.53 | 343.52 | 0.6 | 0.3 |
| Hex | 79 | 1E | 37 | 0 | 4B | 37 | 35 | 158 | 3C | 1E |
| Octal | 171 | 36 | 67 | 0 | 113 | 67 | 65 | 530 | 74 | 36 |
| Binary | 1111001 | 11110 | 110111 | 0 | 1001011 | 110111 | 110101 | 101011000 | 111100 | 11110 |
Color Harmonies of #791E37
Complementary color
Monochromatic Colors of #791E37
Black with #791E37
Text Example
Text Example
White with #791E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E37; }
p { color: rgb(121,30,55); }
H1.HeaderClassName
{
color: #791E37;
}
.AnyTagClassName
{
color: #791E37;
}
</style>
background-color css
<style>
a { background-color: #791E37; }
a { background-color: rgb(121,30,55); }
div.DivClassName
{
background-color: #791E37;
}
.BgClassName
{
background-color: #791E37;
}
</style>
border-color css
<style>
span { border-color: #791E37; }
span { border-color: rgb(121,30,55); }
td.TdClassName
{
border-color: #791E37;
}
.TagClassName
{
border-color: #791E37;
}
</style>