Shades of Merlot #79323C
Tints of Merlot #79323C
RGB
CMYK
RGB Variations
Color information
#79323C (or 0x79323C) is known color: Merlot. HEX triplet: 79, 32 and 3C. RGB value is (121,50,60). Sum of RGB (Red+Green+Blue) = 121+50+60=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79323C is #86CDC3. Grayscale: #484848. Windows color (decimal): -8834500 or 3945081. OLE color: 3945081.
HSL color Cylindrical-coordinate representation of color #79323C: hue angle of 351.55º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79323C is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 60 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.53 |
| HSL | 351.55º | 0.42% | 0.34% | - |
| HSV(B) | 351.55º | 0.59% | 0.47% | - |
| XYZ | 9.84 | 6.67 | 5.04 | - |
| YUV | 72.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 60 | 0 | 0.59 | 0.50 | 0.53 | 351.55 | 0.42 | 0.34 |
| Hex | 79 | 32 | 3C | 0 | 3B | 32 | 35 | 160 | 2A | 22 |
| Octal | 171 | 62 | 74 | 0 | 73 | 62 | 65 | 540 | 52 | 42 |
| Binary | 1111001 | 110010 | 111100 | 0 | 111011 | 110010 | 110101 | 101100000 | 101010 | 100010 |
Color Harmonies of #79323C
Complementary color
Monochromatic Colors of #79323C
Black with #79323C
Text Example
Text Example
White with #79323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79323C; }
p { color: rgb(121,50,60); }
H1.HeaderClassName
{
color: #79323C;
}
.AnyTagClassName
{
color: #79323C;
}
</style>
background-color css
<style>
a { background-color: #79323C; }
a { background-color: rgb(121,50,60); }
div.DivClassName
{
background-color: #79323C;
}
.BgClassName
{
background-color: #79323C;
}
</style>
border-color css
<style>
span { border-color: #79323C; }
span { border-color: rgb(121,50,60); }
td.TdClassName
{
border-color: #79323C;
}
.TagClassName
{
border-color: #79323C;
}
</style>