Shades of Claret #792036
Tints of Claret #792036
RGB
CMYK
RGB Variations
Color information
#792036 (or 0x792036) is known color: Claret. HEX triplet: 79, 20 and 36. RGB value is (121,32,54). Sum of RGB (Red+Green+Blue) = 121+32+54=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #792036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792036 is #86DFC9. Grayscale: #3D3D3D. Windows color (decimal): -8839114 or 3547257. OLE color: 3547257.
HSL color Cylindrical-coordinate representation of color #792036: hue angle of 345.17º 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 #792036 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 54 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.53 |
| HSL | 345.17º | 0.58% | 0.3% | - |
| HSV(B) | 345.17º | 0.74% | 0.47% | - |
| XYZ | 9.07 | 5.36 | 4.05 | - |
| YUV | 61.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 54 | 0 | 0.74 | 0.55 | 0.53 | 345.17 | 0.58 | 0.3 |
| Hex | 79 | 20 | 36 | 0 | 4A | 37 | 35 | 159 | 3A | 1E |
| Octal | 171 | 40 | 66 | 0 | 112 | 67 | 65 | 531 | 72 | 36 |
| Binary | 1111001 | 100000 | 110110 | 0 | 1001010 | 110111 | 110101 | 101011001 | 111010 | 11110 |
Color Harmonies of #792036
Complementary color
Monochromatic Colors of #792036
Black with #792036
Text Example
Text Example
White with #792036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792036; }
p { color: rgb(121,32,54); }
H1.HeaderClassName
{
color: #792036;
}
.AnyTagClassName
{
color: #792036;
}
</style>
background-color css
<style>
a { background-color: #792036; }
a { background-color: rgb(121,32,54); }
div.DivClassName
{
background-color: #792036;
}
.BgClassName
{
background-color: #792036;
}
</style>
border-color css
<style>
span { border-color: #792036; }
span { border-color: rgb(121,32,54); }
td.TdClassName
{
border-color: #792036;
}
.TagClassName
{
border-color: #792036;
}
</style>