Shades of Merlot #7A343B
Tints of Merlot #7A343B
RGB
CMYK
RGB Variations
Color information
#7A343B (or 0x7A343B) is known color: Merlot. HEX triplet: 7A, 34 and 3B. RGB value is (122,52,59). Sum of RGB (Red+Green+Blue) = 122+52+59=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A343B is #85CBC4. Grayscale: #494949. Windows color (decimal): -8768453 or 3880058. OLE color: 3880058.
HSL color Cylindrical-coordinate representation of color #7A343B: hue angle of 354º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A343B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 59 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.52 |
| HSL | 354º | 0.4% | 0.34% | - |
| HSV(B) | 354º | 0.57% | 0.48% | - |
| XYZ | 10.04 | 6.91 | 4.94 | - |
| YUV | 73.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 59 | 0 | 0.57 | 0.52 | 0.52 | 354 | 0.4 | 0.34 |
| Hex | 7A | 34 | 3B | 0 | 39 | 34 | 34 | 162 | 28 | 22 |
| Octal | 172 | 64 | 73 | 0 | 71 | 64 | 64 | 542 | 50 | 42 |
| Binary | 1111010 | 110100 | 111011 | 0 | 111001 | 110100 | 110100 | 101100010 | 101000 | 100010 |
Color Harmonies of #7A343B
Complementary color
Monochromatic Colors of #7A343B
Black with #7A343B
Text Example
Text Example
White with #7A343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A343B; }
p { color: rgb(122,52,59); }
H1.HeaderClassName
{
color: #7A343B;
}
.AnyTagClassName
{
color: #7A343B;
}
</style>
background-color css
<style>
a { background-color: #7A343B; }
a { background-color: rgb(122,52,59); }
div.DivClassName
{
background-color: #7A343B;
}
.BgClassName
{
background-color: #7A343B;
}
</style>
border-color css
<style>
span { border-color: #7A343B; }
span { border-color: rgb(122,52,59); }
td.TdClassName
{
border-color: #7A343B;
}
.TagClassName
{
border-color: #7A343B;
}
</style>