Shades of Claret #79203F
Tints of Claret #79203F
RGB
CMYK
RGB Variations
Color information
#79203F (or 0x79203F) is known color: Claret. HEX triplet: 79, 20 and 3F. RGB value is (121,32,63). Sum of RGB (Red+Green+Blue) = 121+32+63=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79203F is #86DFC0. Grayscale: #3E3E3E. Windows color (decimal): -8839105 or 4137081. OLE color: 4137081.
HSL color Cylindrical-coordinate representation of color #79203F: hue angle of 339.1º 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 #79203F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 63 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.53 |
| HSL | 339.1º | 0.58% | 0.3% | - |
| HSV(B) | 339.1º | 0.74% | 0.47% | - |
| XYZ | 9.3 | 5.46 | 5.27 | - |
| YUV | 62.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 63 | 0 | 0.74 | 0.48 | 0.53 | 339.1 | 0.58 | 0.3 |
| Hex | 79 | 20 | 3F | 0 | 4A | 30 | 35 | 153 | 3A | 1E |
| Octal | 171 | 40 | 77 | 0 | 112 | 60 | 65 | 523 | 72 | 36 |
| Binary | 1111001 | 100000 | 111111 | 0 | 1001010 | 110000 | 110101 | 101010011 | 111010 | 11110 |
Color Harmonies of #79203F
Complementary color
Monochromatic Colors of #79203F
Black with #79203F
Text Example
Text Example
White with #79203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79203F; }
p { color: rgb(121,32,63); }
H1.HeaderClassName
{
color: #79203F;
}
.AnyTagClassName
{
color: #79203F;
}
</style>
background-color css
<style>
a { background-color: #79203F; }
a { background-color: rgb(121,32,63); }
div.DivClassName
{
background-color: #79203F;
}
.BgClassName
{
background-color: #79203F;
}
</style>
border-color css
<style>
span { border-color: #79203F; }
span { border-color: rgb(121,32,63); }
td.TdClassName
{
border-color: #79203F;
}
.TagClassName
{
border-color: #79203F;
}
</style>