Shades of Merlot #7A3537
Tints of Merlot #7A3537
RGB
CMYK
RGB Variations
Color information
#7A3537 (or 0x7A3537) is known color: Merlot. HEX triplet: 7A, 35 and 37. RGB value is (122,53,55). Sum of RGB (Red+Green+Blue) = 122+53+55=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3537 is #85CAC8. Grayscale: #494949. Windows color (decimal): -8768201 or 3618170. OLE color: 3618170.
HSL color Cylindrical-coordinate representation of color #7A3537: hue angle of 358.26º 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 #7A3537 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 55 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.52 |
| HSL | 358.26º | 0.39% | 0.34% | - |
| HSV(B) | 358.26º | 0.57% | 0.48% | - |
| XYZ | 9.99 | 6.96 | 4.43 | - |
| YUV | 73.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 55 | 0 | 0.57 | 0.55 | 0.52 | 358.26 | 0.39 | 0.34 |
| Hex | 7A | 35 | 37 | 0 | 39 | 37 | 34 | 166 | 27 | 22 |
| Octal | 172 | 65 | 67 | 0 | 71 | 67 | 64 | 546 | 47 | 42 |
| Binary | 1111010 | 110101 | 110111 | 0 | 111001 | 110111 | 110100 | 101100110 | 100111 | 100010 |
Color Harmonies of #7A3537
Complementary color
Monochromatic Colors of #7A3537
Black with #7A3537
Text Example
Text Example
White with #7A3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3537; }
p { color: rgb(122,53,55); }
H1.HeaderClassName
{
color: #7A3537;
}
.AnyTagClassName
{
color: #7A3537;
}
</style>
background-color css
<style>
a { background-color: #7A3537; }
a { background-color: rgb(122,53,55); }
div.DivClassName
{
background-color: #7A3537;
}
.BgClassName
{
background-color: #7A3537;
}
</style>
border-color css
<style>
span { border-color: #7A3537; }
span { border-color: rgb(122,53,55); }
td.TdClassName
{
border-color: #7A3537;
}
.TagClassName
{
border-color: #7A3537;
}
</style>