Shades of Claret #791B32
Tints of Claret #791B32
RGB
CMYK
RGB Variations
Color information
#791B32 (or 0x791B32) is known color: Claret. HEX triplet: 79, 1B and 32. RGB value is (121,27,50). Sum of RGB (Red+Green+Blue) = 121+27+50=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #791B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B32 is #86E4CD. Grayscale: #393939. Windows color (decimal): -8840398 or 3283833. OLE color: 3283833.
HSL color Cylindrical-coordinate representation of color #791B32: hue angle of 345.32º 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 #791B32 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 50 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.53 |
| HSL | 345.32º | 0.64% | 0.29% | - |
| HSV(B) | 345.32º | 0.78% | 0.47% | - |
| XYZ | 8.85 | 5.08 | 3.53 | - |
| YUV | 57.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 50 | 0 | 0.78 | 0.59 | 0.53 | 345.32 | 0.64 | 0.29 |
| Hex | 79 | 1B | 32 | 0 | 4E | 3B | 35 | 159 | 40 | 1D |
| Octal | 171 | 33 | 62 | 0 | 116 | 73 | 65 | 531 | 100 | 35 |
| Binary | 1111001 | 11011 | 110010 | 0 | 1001110 | 111011 | 110101 | 101011001 | 1000000 | 11101 |
Color Harmonies of #791B32
Complementary color
Monochromatic Colors of #791B32
Black with #791B32
Text Example
Text Example
White with #791B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B32; }
p { color: rgb(121,27,50); }
H1.HeaderClassName
{
color: #791B32;
}
.AnyTagClassName
{
color: #791B32;
}
</style>
background-color css
<style>
a { background-color: #791B32; }
a { background-color: rgb(121,27,50); }
div.DivClassName
{
background-color: #791B32;
}
.BgClassName
{
background-color: #791B32;
}
</style>
border-color css
<style>
span { border-color: #791B32; }
span { border-color: rgb(121,27,50); }
td.TdClassName
{
border-color: #791B32;
}
.TagClassName
{
border-color: #791B32;
}
</style>