Shades of Claret #791E3B
Tints of Claret #791E3B
RGB
CMYK
RGB Variations
Color information
#791E3B (or 0x791E3B) is known color: Claret. HEX triplet: 79, 1E and 3B. RGB value is (121,30,59). Sum of RGB (Red+Green+Blue) = 121+30+59=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E3B is #86E1C4. Grayscale: #3C3C3C. Windows color (decimal): -8839621 or 3874425. OLE color: 3874425.
HSL color Cylindrical-coordinate representation of color #791E3B: hue angle of 340.88º 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 #791E3B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 59 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.53 |
| HSL | 340.88º | 0.6% | 0.3% | - |
| HSV(B) | 340.88º | 0.75% | 0.47% | - |
| XYZ | 9.14 | 5.31 | 4.68 | - |
| YUV | 60.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 59 | 0 | 0.75 | 0.51 | 0.53 | 340.88 | 0.6 | 0.3 |
| Hex | 79 | 1E | 3B | 0 | 4B | 33 | 35 | 155 | 3C | 1E |
| Octal | 171 | 36 | 73 | 0 | 113 | 63 | 65 | 525 | 74 | 36 |
| Binary | 1111001 | 11110 | 111011 | 0 | 1001011 | 110011 | 110101 | 101010101 | 111100 | 11110 |
Color Harmonies of #791E3B
Complementary color
Monochromatic Colors of #791E3B
Black with #791E3B
Text Example
Text Example
White with #791E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E3B; }
p { color: rgb(121,30,59); }
H1.HeaderClassName
{
color: #791E3B;
}
.AnyTagClassName
{
color: #791E3B;
}
</style>
background-color css
<style>
a { background-color: #791E3B; }
a { background-color: rgb(121,30,59); }
div.DivClassName
{
background-color: #791E3B;
}
.BgClassName
{
background-color: #791E3B;
}
</style>
border-color css
<style>
span { border-color: #791E3B; }
span { border-color: rgb(121,30,59); }
td.TdClassName
{
border-color: #791E3B;
}
.TagClassName
{
border-color: #791E3B;
}
</style>