Shades of Claret #79233E
Tints of Claret #79233E
RGB
CMYK
RGB Variations
Color information
#79233E (or 0x79233E) is known color: Claret. HEX triplet: 79, 23 and 3E. RGB value is (121,35,62). Sum of RGB (Red+Green+Blue) = 121+35+62=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79233E is #86DCC1. Grayscale: #3F3F3F. Windows color (decimal): -8838338 or 4072313. OLE color: 4072313.
HSL color Cylindrical-coordinate representation of color #79233E: hue angle of 341.16º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79233E is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 35 | 62 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.53 |
| HSL | 341.16º | 0.55% | 0.31% | - |
| HSV(B) | 341.16º | 0.71% | 0.47% | - |
| XYZ | 9.36 | 5.61 | 5.15 | - |
| YUV | 63.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 35 | 62 | 0 | 0.71 | 0.49 | 0.53 | 341.16 | 0.55 | 0.31 |
| Hex | 79 | 23 | 3E | 0 | 47 | 31 | 35 | 155 | 37 | 1F |
| Octal | 171 | 43 | 76 | 0 | 107 | 61 | 65 | 525 | 67 | 37 |
| Binary | 1111001 | 100011 | 111110 | 0 | 1000111 | 110001 | 110101 | 101010101 | 110111 | 11111 |
Color Harmonies of #79233E
Complementary color
Monochromatic Colors of #79233E
Black with #79233E
Text Example
Text Example
White with #79233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79233E; }
p { color: rgb(121,35,62); }
H1.HeaderClassName
{
color: #79233E;
}
.AnyTagClassName
{
color: #79233E;
}
</style>
background-color css
<style>
a { background-color: #79233E; }
a { background-color: rgb(121,35,62); }
div.DivClassName
{
background-color: #79233E;
}
.BgClassName
{
background-color: #79233E;
}
</style>
border-color css
<style>
span { border-color: #79233E; }
span { border-color: rgb(121,35,62); }
td.TdClassName
{
border-color: #79233E;
}
.TagClassName
{
border-color: #79233E;
}
</style>