Shades of Claret #792034
Tints of Claret #792034
RGB
CMYK
RGB Variations
Color information
#792034 (or 0x792034) is known color: Claret. HEX triplet: 79, 20 and 34. RGB value is (121,32,52). Sum of RGB (Red+Green+Blue) = 121+32+52=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #792034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792034 is #86DFCB. Grayscale: #3C3C3C. Windows color (decimal): -8839116 or 3416185. OLE color: 3416185.
HSL color Cylindrical-coordinate representation of color #792034: hue angle of 346.52º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792034 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 52 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.53 |
| HSL | 346.52º | 0.58% | 0.3% | - |
| HSV(B) | 346.52º | 0.74% | 0.47% | - |
| XYZ | 9.02 | 5.35 | 3.81 | - |
| YUV | 60.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 52 | 0 | 0.74 | 0.57 | 0.53 | 346.52 | 0.58 | 0.3 |
| Hex | 79 | 20 | 34 | 0 | 4A | 39 | 35 | 15B | 3A | 1E |
| Octal | 171 | 40 | 64 | 0 | 112 | 71 | 65 | 533 | 72 | 36 |
| Binary | 1111001 | 100000 | 110100 | 0 | 1001010 | 111001 | 110101 | 101011011 | 111010 | 11110 |
Color Harmonies of #792034
Complementary color
Monochromatic Colors of #792034
Black with #792034
Text Example
Text Example
White with #792034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792034; }
p { color: rgb(121,32,52); }
H1.HeaderClassName
{
color: #792034;
}
.AnyTagClassName
{
color: #792034;
}
</style>
background-color css
<style>
a { background-color: #792034; }
a { background-color: rgb(121,32,52); }
div.DivClassName
{
background-color: #792034;
}
.BgClassName
{
background-color: #792034;
}
</style>
border-color css
<style>
span { border-color: #792034; }
span { border-color: rgb(121,32,52); }
td.TdClassName
{
border-color: #792034;
}
.TagClassName
{
border-color: #792034;
}
</style>