Shades of Merlot #7A363E
Tints of Merlot #7A363E
RGB
CMYK
RGB Variations
Color information
#7A363E (or 0x7A363E) is known color: Merlot. HEX triplet: 7A, 36 and 3E. RGB value is (122,54,62). Sum of RGB (Red+Green+Blue) = 122+54+62=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A363E is #85C9C1. Grayscale: #4B4B4B. Windows color (decimal): -8767938 or 4077178. OLE color: 4077178.
HSL color Cylindrical-coordinate representation of color #7A363E: hue angle of 352.94º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A363E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 62 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.52 |
| HSL | 352.94º | 0.39% | 0.35% | - |
| HSV(B) | 352.94º | 0.56% | 0.48% | - |
| XYZ | 10.21 | 7.12 | 5.39 | - |
| YUV | 75.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 62 | 0 | 0.56 | 0.49 | 0.52 | 352.94 | 0.39 | 0.35 |
| Hex | 7A | 36 | 3E | 0 | 38 | 31 | 34 | 161 | 27 | 23 |
| Octal | 172 | 66 | 76 | 0 | 70 | 61 | 64 | 541 | 47 | 43 |
| Binary | 1111010 | 110110 | 111110 | 0 | 111000 | 110001 | 110100 | 101100001 | 100111 | 100011 |
Color Harmonies of #7A363E
Complementary color
Monochromatic Colors of #7A363E
Black with #7A363E
Text Example
Text Example
White with #7A363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A363E; }
p { color: rgb(122,54,62); }
H1.HeaderClassName
{
color: #7A363E;
}
.AnyTagClassName
{
color: #7A363E;
}
</style>
background-color css
<style>
a { background-color: #7A363E; }
a { background-color: rgb(122,54,62); }
div.DivClassName
{
background-color: #7A363E;
}
.BgClassName
{
background-color: #7A363E;
}
</style>
border-color css
<style>
span { border-color: #7A363E; }
span { border-color: rgb(122,54,62); }
td.TdClassName
{
border-color: #7A363E;
}
.TagClassName
{
border-color: #7A363E;
}
</style>