Shades of Merlot #79323E
Tints of Merlot #79323E
RGB
CMYK
RGB Variations
Color information
#79323E (or 0x79323E) is known color: Merlot. HEX triplet: 79, 32 and 3E. RGB value is (121,50,62). Sum of RGB (Red+Green+Blue) = 121+50+62=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79323E is #86CDC1. Grayscale: #484848. Windows color (decimal): -8834498 or 4076153. OLE color: 4076153.
HSL color Cylindrical-coordinate representation of color #79323E: hue angle of 349.86º 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 #79323E is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 62 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.53 |
| HSL | 349.86º | 0.42% | 0.34% | - |
| HSV(B) | 349.86º | 0.59% | 0.47% | - |
| XYZ | 9.9 | 6.69 | 5.33 | - |
| YUV | 72.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 62 | 0 | 0.59 | 0.49 | 0.53 | 349.86 | 0.42 | 0.34 |
| Hex | 79 | 32 | 3E | 0 | 3B | 31 | 35 | 15E | 2A | 22 |
| Octal | 171 | 62 | 76 | 0 | 73 | 61 | 65 | 536 | 52 | 42 |
| Binary | 1111001 | 110010 | 111110 | 0 | 111011 | 110001 | 110101 | 101011110 | 101010 | 100010 |
Color Harmonies of #79323E
Complementary color
Monochromatic Colors of #79323E
Black with #79323E
Text Example
Text Example
White with #79323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79323E; }
p { color: rgb(121,50,62); }
H1.HeaderClassName
{
color: #79323E;
}
.AnyTagClassName
{
color: #79323E;
}
</style>
background-color css
<style>
a { background-color: #79323E; }
a { background-color: rgb(121,50,62); }
div.DivClassName
{
background-color: #79323E;
}
.BgClassName
{
background-color: #79323E;
}
</style>
border-color css
<style>
span { border-color: #79323E; }
span { border-color: rgb(121,50,62); }
td.TdClassName
{
border-color: #79323E;
}
.TagClassName
{
border-color: #79323E;
}
</style>