Shades of Claret #791D3B
Tints of Claret #791D3B
RGB
CMYK
RGB Variations
Color information
#791D3B (or 0x791D3B) is known color: Claret. HEX triplet: 79, 1D and 3B. RGB value is (121,29,59). Sum of RGB (Red+Green+Blue) = 121+29+59=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #791D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D3B is #86E2C4. Grayscale: #3B3B3B. Windows color (decimal): -8839877 or 3874169. OLE color: 3874169.
HSL color Cylindrical-coordinate representation of color #791D3B: hue angle of 340.43º 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 #791D3B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 59 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.53 |
| HSL | 340.43º | 0.61% | 0.29% | - |
| HSV(B) | 340.43º | 0.76% | 0.47% | - |
| XYZ | 9.11 | 5.26 | 4.67 | - |
| YUV | 59.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 59 | 0 | 0.76 | 0.51 | 0.53 | 340.43 | 0.61 | 0.29 |
| Hex | 79 | 1D | 3B | 0 | 4C | 33 | 35 | 154 | 3D | 1D |
| Octal | 171 | 35 | 73 | 0 | 114 | 63 | 65 | 524 | 75 | 35 |
| Binary | 1111001 | 11101 | 111011 | 0 | 1001100 | 110011 | 110101 | 101010100 | 111101 | 11101 |
Color Harmonies of #791D3B
Complementary color
Monochromatic Colors of #791D3B
Black with #791D3B
Text Example
Text Example
White with #791D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D3B; }
p { color: rgb(121,29,59); }
H1.HeaderClassName
{
color: #791D3B;
}
.AnyTagClassName
{
color: #791D3B;
}
</style>
background-color css
<style>
a { background-color: #791D3B; }
a { background-color: rgb(121,29,59); }
div.DivClassName
{
background-color: #791D3B;
}
.BgClassName
{
background-color: #791D3B;
}
</style>
border-color css
<style>
span { border-color: #791D3B; }
span { border-color: rgb(121,29,59); }
td.TdClassName
{
border-color: #791D3B;
}
.TagClassName
{
border-color: #791D3B;
}
</style>