Shades of Claret #791D33
Tints of Claret #791D33
RGB
CMYK
RGB Variations
Color information
#791D33 (or 0x791D33) is known color: Claret. HEX triplet: 79, 1D and 33. RGB value is (121,29,51). Sum of RGB (Red+Green+Blue) = 121+29+51=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #791D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D33 is #86E2CC. Grayscale: #3B3B3B. Windows color (decimal): -8839885 or 3349881. OLE color: 3349881.
HSL color Cylindrical-coordinate representation of color #791D33: hue angle of 345.65º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D33 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 51 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.53 |
| HSL | 345.65º | 0.61% | 0.29% | - |
| HSV(B) | 345.65º | 0.76% | 0.47% | - |
| XYZ | 8.92 | 5.18 | 3.66 | - |
| YUV | 59.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 51 | 0 | 0.76 | 0.58 | 0.53 | 345.65 | 0.61 | 0.29 |
| Hex | 79 | 1D | 33 | 0 | 4C | 3A | 35 | 15A | 3D | 1D |
| Octal | 171 | 35 | 63 | 0 | 114 | 72 | 65 | 532 | 75 | 35 |
| Binary | 1111001 | 11101 | 110011 | 0 | 1001100 | 111010 | 110101 | 101011010 | 111101 | 11101 |
Color Harmonies of #791D33
Complementary color
Monochromatic Colors of #791D33
Black with #791D33
Text Example
Text Example
White with #791D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D33; }
p { color: rgb(121,29,51); }
H1.HeaderClassName
{
color: #791D33;
}
.AnyTagClassName
{
color: #791D33;
}
</style>
background-color css
<style>
a { background-color: #791D33; }
a { background-color: rgb(121,29,51); }
div.DivClassName
{
background-color: #791D33;
}
.BgClassName
{
background-color: #791D33;
}
</style>
border-color css
<style>
span { border-color: #791D33; }
span { border-color: rgb(121,29,51); }
td.TdClassName
{
border-color: #791D33;
}
.TagClassName
{
border-color: #791D33;
}
</style>