Shades of Merlot #79333E
Tints of Merlot #79333E
RGB
CMYK
RGB Variations
Color information
#79333E (or 0x79333E) is known color: Merlot. HEX triplet: 79, 33 and 3E. RGB value is (121,51,62). Sum of RGB (Red+Green+Blue) = 121+51+62=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79333E is #86CCC1. Grayscale: #494949. Windows color (decimal): -8834242 or 4076409. OLE color: 4076409.
HSL color Cylindrical-coordinate representation of color #79333E: hue angle of 350.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79333E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 51 | 62 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.53 |
| HSL | 350.57º | 0.41% | 0.34% | - |
| HSV(B) | 350.57º | 0.58% | 0.47% | - |
| XYZ | 9.94 | 6.78 | 5.34 | - |
| YUV | 73.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 51 | 62 | 0 | 0.58 | 0.49 | 0.53 | 350.57 | 0.41 | 0.34 |
| Hex | 79 | 33 | 3E | 0 | 3A | 31 | 35 | 15F | 29 | 22 |
| Octal | 171 | 63 | 76 | 0 | 72 | 61 | 65 | 537 | 51 | 42 |
| Binary | 1111001 | 110011 | 111110 | 0 | 111010 | 110001 | 110101 | 101011111 | 101001 | 100010 |
Color Harmonies of #79333E
Complementary color
Monochromatic Colors of #79333E
Black with #79333E
Text Example
Text Example
White with #79333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79333E; }
p { color: rgb(121,51,62); }
H1.HeaderClassName
{
color: #79333E;
}
.AnyTagClassName
{
color: #79333E;
}
</style>
background-color css
<style>
a { background-color: #79333E; }
a { background-color: rgb(121,51,62); }
div.DivClassName
{
background-color: #79333E;
}
.BgClassName
{
background-color: #79333E;
}
</style>
border-color css
<style>
span { border-color: #79333E; }
span { border-color: rgb(121,51,62); }
td.TdClassName
{
border-color: #79333E;
}
.TagClassName
{
border-color: #79333E;
}
</style>