Shades of Merlot #7A373D
Tints of Merlot #7A373D
RGB
CMYK
RGB Variations
Color information
#7A373D (or 0x7A373D) is known color: Merlot. HEX triplet: 7A, 37 and 3D. RGB value is (122,55,61). Sum of RGB (Red+Green+Blue) = 122+55+61=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A373D is #85C8C2. Grayscale: #4B4B4B. Windows color (decimal): -8767683 or 4011898. OLE color: 4011898.
HSL color Cylindrical-coordinate representation of color #7A373D: hue angle of 354.63º 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 #7A373D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 61 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.52 |
| HSL | 354.63º | 0.38% | 0.35% | - |
| HSV(B) | 354.63º | 0.55% | 0.48% | - |
| XYZ | 10.23 | 7.21 | 5.27 | - |
| YUV | 75.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 61 | 0 | 0.55 | 0.50 | 0.52 | 354.63 | 0.38 | 0.35 |
| Hex | 7A | 37 | 3D | 0 | 37 | 32 | 34 | 163 | 26 | 23 |
| Octal | 172 | 67 | 75 | 0 | 67 | 62 | 64 | 543 | 46 | 43 |
| Binary | 1111010 | 110111 | 111101 | 0 | 110111 | 110010 | 110100 | 101100011 | 100110 | 100011 |
Color Harmonies of #7A373D
Complementary color
Monochromatic Colors of #7A373D
Black with #7A373D
Text Example
Text Example
White with #7A373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A373D; }
p { color: rgb(122,55,61); }
H1.HeaderClassName
{
color: #7A373D;
}
.AnyTagClassName
{
color: #7A373D;
}
</style>
background-color css
<style>
a { background-color: #7A373D; }
a { background-color: rgb(122,55,61); }
div.DivClassName
{
background-color: #7A373D;
}
.BgClassName
{
background-color: #7A373D;
}
</style>
border-color css
<style>
span { border-color: #7A373D; }
span { border-color: rgb(122,55,61); }
td.TdClassName
{
border-color: #7A373D;
}
.TagClassName
{
border-color: #7A373D;
}
</style>