Shades of Merlot #7A353F
Tints of Merlot #7A353F
RGB
CMYK
RGB Variations
Color information
#7A353F (or 0x7A353F) is known color: Merlot. HEX triplet: 7A, 35 and 3F. RGB value is (122,53,63). Sum of RGB (Red+Green+Blue) = 122+53+63=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A353F is #85CAC0. Grayscale: #4A4A4A. Windows color (decimal): -8768193 or 4142458. OLE color: 4142458.
HSL color Cylindrical-coordinate representation of color #7A353F: hue angle of 351.3º degrees, saturation: 0.39, 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 #7A353F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 63 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.52 |
| HSL | 351.3º | 0.39% | 0.34% | - |
| HSV(B) | 351.3º | 0.57% | 0.48% | - |
| XYZ | 10.2 | 7.04 | 5.52 | - |
| YUV | 74.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 63 | 0 | 0.57 | 0.48 | 0.52 | 351.3 | 0.39 | 0.34 |
| Hex | 7A | 35 | 3F | 0 | 39 | 30 | 34 | 15F | 27 | 22 |
| Octal | 172 | 65 | 77 | 0 | 71 | 60 | 64 | 537 | 47 | 42 |
| Binary | 1111010 | 110101 | 111111 | 0 | 111001 | 110000 | 110100 | 101011111 | 100111 | 100010 |
Color Harmonies of #7A353F
Complementary color
Monochromatic Colors of #7A353F
Black with #7A353F
Text Example
Text Example
White with #7A353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A353F; }
p { color: rgb(122,53,63); }
H1.HeaderClassName
{
color: #7A353F;
}
.AnyTagClassName
{
color: #7A353F;
}
</style>
background-color css
<style>
a { background-color: #7A353F; }
a { background-color: rgb(122,53,63); }
div.DivClassName
{
background-color: #7A353F;
}
.BgClassName
{
background-color: #7A353F;
}
</style>
border-color css
<style>
span { border-color: #7A353F; }
span { border-color: rgb(122,53,63); }
td.TdClassName
{
border-color: #7A353F;
}
.TagClassName
{
border-color: #7A353F;
}
</style>