Shades of Merlot #7A333E
Tints of Merlot #7A333E
RGB
CMYK
RGB Variations
Color information
#7A333E (or 0x7A333E) is known color: Merlot. HEX triplet: 7A, 33 and 3E. RGB value is (122,51,62). Sum of RGB (Red+Green+Blue) = 122+51+62=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A333E is #85CCC1. Grayscale: #494949. Windows color (decimal): -8768706 or 4076410. OLE color: 4076410.
HSL color Cylindrical-coordinate representation of color #7A333E: hue angle of 350.7º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A333E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 62 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.52 |
| HSL | 350.7º | 0.41% | 0.34% | - |
| HSV(B) | 350.7º | 0.58% | 0.48% | - |
| XYZ | 10.08 | 6.85 | 5.35 | - |
| YUV | 73.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 62 | 0 | 0.58 | 0.49 | 0.52 | 350.7 | 0.41 | 0.34 |
| Hex | 7A | 33 | 3E | 0 | 3A | 31 | 34 | 15F | 29 | 22 |
| Octal | 172 | 63 | 76 | 0 | 72 | 61 | 64 | 537 | 51 | 42 |
| Binary | 1111010 | 110011 | 111110 | 0 | 111010 | 110001 | 110100 | 101011111 | 101001 | 100010 |
Color Harmonies of #7A333E
Complementary color
Monochromatic Colors of #7A333E
Black with #7A333E
Text Example
Text Example
White with #7A333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A333E; }
p { color: rgb(122,51,62); }
H1.HeaderClassName
{
color: #7A333E;
}
.AnyTagClassName
{
color: #7A333E;
}
</style>
background-color css
<style>
a { background-color: #7A333E; }
a { background-color: rgb(122,51,62); }
div.DivClassName
{
background-color: #7A333E;
}
.BgClassName
{
background-color: #7A333E;
}
</style>
border-color css
<style>
span { border-color: #7A333E; }
span { border-color: rgb(122,51,62); }
td.TdClassName
{
border-color: #7A333E;
}
.TagClassName
{
border-color: #7A333E;
}
</style>