Shades of Merlot #7A373F
Tints of Merlot #7A373F
RGB
CMYK
RGB Variations
Color information
#7A373F (or 0x7A373F) is known color: Merlot. HEX triplet: 7A, 37 and 3F. RGB value is (122,55,63). Sum of RGB (Red+Green+Blue) = 122+55+63=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A373F is #85C8C0. Grayscale: #4B4B4B. Windows color (decimal): -8767681 or 4142970. OLE color: 4142970.
HSL color Cylindrical-coordinate representation of color #7A373F: hue angle of 352.84º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A373F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 63 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.52 |
| HSL | 352.84º | 0.38% | 0.35% | - |
| HSV(B) | 352.84º | 0.55% | 0.48% | - |
| XYZ | 10.29 | 7.23 | 5.56 | - |
| YUV | 75.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 63 | 0 | 0.55 | 0.48 | 0.52 | 352.84 | 0.38 | 0.35 |
| Hex | 7A | 37 | 3F | 0 | 37 | 30 | 34 | 161 | 26 | 23 |
| Octal | 172 | 67 | 77 | 0 | 67 | 60 | 64 | 541 | 46 | 43 |
| Binary | 1111010 | 110111 | 111111 | 0 | 110111 | 110000 | 110100 | 101100001 | 100110 | 100011 |
Color Harmonies of #7A373F
Complementary color
Monochromatic Colors of #7A373F
Black with #7A373F
Text Example
Text Example
White with #7A373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A373F; }
p { color: rgb(122,55,63); }
H1.HeaderClassName
{
color: #7A373F;
}
.AnyTagClassName
{
color: #7A373F;
}
</style>
background-color css
<style>
a { background-color: #7A373F; }
a { background-color: rgb(122,55,63); }
div.DivClassName
{
background-color: #7A373F;
}
.BgClassName
{
background-color: #7A373F;
}
</style>
border-color css
<style>
span { border-color: #7A373F; }
span { border-color: rgb(122,55,63); }
td.TdClassName
{
border-color: #7A373F;
}
.TagClassName
{
border-color: #7A373F;
}
</style>