Shades of Merlot #7A393F
Tints of Merlot #7A393F
RGB
CMYK
RGB Variations
Color information
#7A393F (or 0x7A393F) is known color: Merlot. HEX triplet: 7A, 39 and 3F. RGB value is (122,57,63). Sum of RGB (Red+Green+Blue) = 122+57+63=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A393F is #85C6C0. Grayscale: #4D4D4D. Windows color (decimal): -8767169 or 4143482. OLE color: 4143482.
HSL color Cylindrical-coordinate representation of color #7A393F: hue angle of 354.46º 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 #7A393F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 63 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.52 |
| HSL | 354.46º | 0.36% | 0.35% | - |
| HSV(B) | 354.46º | 0.53% | 0.48% | - |
| XYZ | 10.39 | 7.42 | 5.59 | - |
| YUV | 77.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 63 | 0 | 0.53 | 0.48 | 0.52 | 354.46 | 0.36 | 0.35 |
| Hex | 7A | 39 | 3F | 0 | 35 | 30 | 34 | 162 | 24 | 23 |
| Octal | 172 | 71 | 77 | 0 | 65 | 60 | 64 | 542 | 44 | 43 |
| Binary | 1111010 | 111001 | 111111 | 0 | 110101 | 110000 | 110100 | 101100010 | 100100 | 100011 |
Color Harmonies of #7A393F
Complementary color
Monochromatic Colors of #7A393F
Black with #7A393F
Text Example
Text Example
White with #7A393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A393F; }
p { color: rgb(122,57,63); }
H1.HeaderClassName
{
color: #7A393F;
}
.AnyTagClassName
{
color: #7A393F;
}
</style>
background-color css
<style>
a { background-color: #7A393F; }
a { background-color: rgb(122,57,63); }
div.DivClassName
{
background-color: #7A393F;
}
.BgClassName
{
background-color: #7A393F;
}
</style>
border-color css
<style>
span { border-color: #7A393F; }
span { border-color: rgb(122,57,63); }
td.TdClassName
{
border-color: #7A393F;
}
.TagClassName
{
border-color: #7A393F;
}
</style>