Shades of Claret #791B37
Tints of Claret #791B37
RGB
CMYK
RGB Variations
Color information
#791B37 (or 0x791B37) is known color: Claret. HEX triplet: 79, 1B and 37. RGB value is (121,27,55). Sum of RGB (Red+Green+Blue) = 121+27+55=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #791B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B37 is #86E4C8. Grayscale: #3A3A3A. Windows color (decimal): -8840393 or 3611513. OLE color: 3611513.
HSL color Cylindrical-coordinate representation of color #791B37: hue angle of 342.13º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B37 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 55 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.53 |
| HSL | 342.13º | 0.64% | 0.29% | - |
| HSV(B) | 342.13º | 0.78% | 0.47% | - |
| XYZ | 8.97 | 5.12 | 4.13 | - |
| YUV | 58.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 55 | 0 | 0.78 | 0.55 | 0.53 | 342.13 | 0.64 | 0.29 |
| Hex | 79 | 1B | 37 | 0 | 4E | 37 | 35 | 156 | 40 | 1D |
| Octal | 171 | 33 | 67 | 0 | 116 | 67 | 65 | 526 | 100 | 35 |
| Binary | 1111001 | 11011 | 110111 | 0 | 1001110 | 110111 | 110101 | 101010110 | 1000000 | 11101 |
Color Harmonies of #791B37
Complementary color
Monochromatic Colors of #791B37
Black with #791B37
Text Example
Text Example
White with #791B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B37; }
p { color: rgb(121,27,55); }
H1.HeaderClassName
{
color: #791B37;
}
.AnyTagClassName
{
color: #791B37;
}
</style>
background-color css
<style>
a { background-color: #791B37; }
a { background-color: rgb(121,27,55); }
div.DivClassName
{
background-color: #791B37;
}
.BgClassName
{
background-color: #791B37;
}
</style>
border-color css
<style>
span { border-color: #791B37; }
span { border-color: rgb(121,27,55); }
td.TdClassName
{
border-color: #791B37;
}
.TagClassName
{
border-color: #791B37;
}
</style>