Shades of Merlot #7A333B
Tints of Merlot #7A333B
RGB
CMYK
RGB Variations
Color information
#7A333B (or 0x7A333B) is known color: Merlot. HEX triplet: 7A, 33 and 3B. RGB value is (122,51,59). Sum of RGB (Red+Green+Blue) = 122+51+59=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A333B is #85CCC4. Grayscale: #494949. Windows color (decimal): -8768709 or 3879802. OLE color: 3879802.
HSL color Cylindrical-coordinate representation of color #7A333B: hue angle of 353.24º 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 #7A333B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 59 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.52 |
| HSL | 353.24º | 0.41% | 0.34% | - |
| HSV(B) | 353.24º | 0.58% | 0.48% | - |
| XYZ | 10 | 6.82 | 4.93 | - |
| YUV | 73.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 59 | 0 | 0.58 | 0.52 | 0.52 | 353.24 | 0.41 | 0.34 |
| Hex | 7A | 33 | 3B | 0 | 3A | 34 | 34 | 161 | 29 | 22 |
| Octal | 172 | 63 | 73 | 0 | 72 | 64 | 64 | 541 | 51 | 42 |
| Binary | 1111010 | 110011 | 111011 | 0 | 111010 | 110100 | 110100 | 101100001 | 101001 | 100010 |
Color Harmonies of #7A333B
Complementary color
Monochromatic Colors of #7A333B
Black with #7A333B
Text Example
Text Example
White with #7A333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A333B; }
p { color: rgb(122,51,59); }
H1.HeaderClassName
{
color: #7A333B;
}
.AnyTagClassName
{
color: #7A333B;
}
</style>
background-color css
<style>
a { background-color: #7A333B; }
a { background-color: rgb(122,51,59); }
div.DivClassName
{
background-color: #7A333B;
}
.BgClassName
{
background-color: #7A333B;
}
</style>
border-color css
<style>
span { border-color: #7A333B; }
span { border-color: rgb(122,51,59); }
td.TdClassName
{
border-color: #7A333B;
}
.TagClassName
{
border-color: #7A333B;
}
</style>