Shades of Merlot #7A393C
Tints of Merlot #7A393C
RGB
CMYK
RGB Variations
Color information
#7A393C (or 0x7A393C) is known color: Merlot. HEX triplet: 7A, 39 and 3C. RGB value is (122,57,60). Sum of RGB (Red+Green+Blue) = 122+57+60=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A393C is #85C6C3. Grayscale: #4C4C4C. Windows color (decimal): -8767172 or 3946874. OLE color: 3946874.
HSL color Cylindrical-coordinate representation of color #7A393C: hue angle of 357.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A393C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 60 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.52 |
| HSL | 357.23º | 0.36% | 0.35% | - |
| HSV(B) | 357.23º | 0.53% | 0.48% | - |
| XYZ | 10.3 | 7.39 | 5.16 | - |
| YUV | 76.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 60 | 0 | 0.53 | 0.51 | 0.52 | 357.23 | 0.36 | 0.35 |
| Hex | 7A | 39 | 3C | 0 | 35 | 33 | 34 | 165 | 24 | 23 |
| Octal | 172 | 71 | 74 | 0 | 65 | 63 | 64 | 545 | 44 | 43 |
| Binary | 1111010 | 111001 | 111100 | 0 | 110101 | 110011 | 110100 | 101100101 | 100100 | 100011 |
Color Harmonies of #7A393C
Complementary color
Monochromatic Colors of #7A393C
Black with #7A393C
Text Example
Text Example
White with #7A393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A393C; }
p { color: rgb(122,57,60); }
H1.HeaderClassName
{
color: #7A393C;
}
.AnyTagClassName
{
color: #7A393C;
}
</style>
background-color css
<style>
a { background-color: #7A393C; }
a { background-color: rgb(122,57,60); }
div.DivClassName
{
background-color: #7A393C;
}
.BgClassName
{
background-color: #7A393C;
}
</style>
border-color css
<style>
span { border-color: #7A393C; }
span { border-color: rgb(122,57,60); }
td.TdClassName
{
border-color: #7A393C;
}
.TagClassName
{
border-color: #7A393C;
}
</style>