Shades of Claret #791A3B
Tints of Claret #791A3B
RGB
CMYK
RGB Variations
Color information
#791A3B (or 0x791A3B) is known color: Claret. HEX triplet: 79, 1A and 3B. RGB value is (121,26,59). Sum of RGB (Red+Green+Blue) = 121+26+59=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #791A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A3B is #86E5C4. Grayscale: #3A3A3A. Windows color (decimal): -8840645 or 3873401. OLE color: 3873401.
HSL color Cylindrical-coordinate representation of color #791A3B: hue angle of 339.16º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791A3B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 26 | 59 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.53 |
| HSL | 339.16º | 0.65% | 0.29% | - |
| HSV(B) | 339.16º | 0.79% | 0.47% | - |
| XYZ | 9.04 | 5.12 | 4.65 | - |
| YUV | 58.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 59 | 0 | 0.79 | 0.51 | 0.53 | 339.16 | 0.65 | 0.29 |
| Hex | 79 | 1A | 3B | 0 | 4F | 33 | 35 | 153 | 41 | 1D |
| Octal | 171 | 32 | 73 | 0 | 117 | 63 | 65 | 523 | 101 | 35 |
| Binary | 1111001 | 11010 | 111011 | 0 | 1001111 | 110011 | 110101 | 101010011 | 1000001 | 11101 |
Color Harmonies of #791A3B
Complementary color
Monochromatic Colors of #791A3B
Black with #791A3B
Text Example
Text Example
White with #791A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791A3B; }
p { color: rgb(121,26,59); }
H1.HeaderClassName
{
color: #791A3B;
}
.AnyTagClassName
{
color: #791A3B;
}
</style>
background-color css
<style>
a { background-color: #791A3B; }
a { background-color: rgb(121,26,59); }
div.DivClassName
{
background-color: #791A3B;
}
.BgClassName
{
background-color: #791A3B;
}
</style>
border-color css
<style>
span { border-color: #791A3B; }
span { border-color: rgb(121,26,59); }
td.TdClassName
{
border-color: #791A3B;
}
.TagClassName
{
border-color: #791A3B;
}
</style>