Shades of Merlot #79343E
Tints of Merlot #79343E
RGB
CMYK
RGB Variations
Color information
#79343E (or 0x79343E) is known color: Merlot. HEX triplet: 79, 34 and 3E. RGB value is (121,52,62). Sum of RGB (Red+Green+Blue) = 121+52+62=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79343E is #86CBC1. Grayscale: #494949. Windows color (decimal): -8833986 or 4076665. OLE color: 4076665.
HSL color Cylindrical-coordinate representation of color #79343E: hue angle of 351.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #79343E is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 52 | 62 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.53 |
| HSL | 351.3º | 0.4% | 0.34% | - |
| HSV(B) | 351.3º | 0.57% | 0.47% | - |
| XYZ | 9.98 | 6.87 | 5.36 | - |
| YUV | 73.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 62 | 0 | 0.57 | 0.49 | 0.53 | 351.3 | 0.4 | 0.34 |
| Hex | 79 | 34 | 3E | 0 | 39 | 31 | 35 | 15F | 28 | 22 |
| Octal | 171 | 64 | 76 | 0 | 71 | 61 | 65 | 537 | 50 | 42 |
| Binary | 1111001 | 110100 | 111110 | 0 | 111001 | 110001 | 110101 | 101011111 | 101000 | 100010 |
Color Harmonies of #79343E
Complementary color
Monochromatic Colors of #79343E
Black with #79343E
Text Example
Text Example
White with #79343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79343E; }
p { color: rgb(121,52,62); }
H1.HeaderClassName
{
color: #79343E;
}
.AnyTagClassName
{
color: #79343E;
}
</style>
background-color css
<style>
a { background-color: #79343E; }
a { background-color: rgb(121,52,62); }
div.DivClassName
{
background-color: #79343E;
}
.BgClassName
{
background-color: #79343E;
}
</style>
border-color css
<style>
span { border-color: #79343E; }
span { border-color: rgb(121,52,62); }
td.TdClassName
{
border-color: #79343E;
}
.TagClassName
{
border-color: #79343E;
}
</style>