Shades of Merlot #7A343A
Tints of Merlot #7A343A
RGB
CMYK
RGB Variations
Color information
#7A343A (or 0x7A343A) is known color: Merlot. HEX triplet: 7A, 34 and 3A. RGB value is (122,52,58). Sum of RGB (Red+Green+Blue) = 122+52+58=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A343A is #85CBC5. Grayscale: #494949. Windows color (decimal): -8768454 or 3814522. OLE color: 3814522.
HSL color Cylindrical-coordinate representation of color #7A343A: hue angle of 354.86º 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 #7A343A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 58 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.52 |
| HSL | 354.86º | 0.4% | 0.34% | - |
| HSV(B) | 354.86º | 0.57% | 0.48% | - |
| XYZ | 10.02 | 6.9 | 4.81 | - |
| YUV | 73.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 58 | 0 | 0.57 | 0.52 | 0.52 | 354.86 | 0.4 | 0.34 |
| Hex | 7A | 34 | 3A | 0 | 39 | 34 | 34 | 163 | 28 | 22 |
| Octal | 172 | 64 | 72 | 0 | 71 | 64 | 64 | 543 | 50 | 42 |
| Binary | 1111010 | 110100 | 111010 | 0 | 111001 | 110100 | 110100 | 101100011 | 101000 | 100010 |
Color Harmonies of #7A343A
Complementary color
Monochromatic Colors of #7A343A
Black with #7A343A
Text Example
Text Example
White with #7A343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A343A; }
p { color: rgb(122,52,58); }
H1.HeaderClassName
{
color: #7A343A;
}
.AnyTagClassName
{
color: #7A343A;
}
</style>
background-color css
<style>
a { background-color: #7A343A; }
a { background-color: rgb(122,52,58); }
div.DivClassName
{
background-color: #7A343A;
}
.BgClassName
{
background-color: #7A343A;
}
</style>
border-color css
<style>
span { border-color: #7A343A; }
span { border-color: rgb(122,52,58); }
td.TdClassName
{
border-color: #7A343A;
}
.TagClassName
{
border-color: #7A343A;
}
</style>