Shades of Merlot #7A363B
Tints of Merlot #7A363B
RGB
CMYK
RGB Variations
Color information
#7A363B (or 0x7A363B) is known color: Merlot. HEX triplet: 7A, 36 and 3B. RGB value is (122,54,59). Sum of RGB (Red+Green+Blue) = 122+54+59=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A363B is #85C9C4. Grayscale: #4A4A4A. Windows color (decimal): -8767941 or 3880570. OLE color: 3880570.
HSL color Cylindrical-coordinate representation of color #7A363B: hue angle of 355.59º 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 #7A363B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 59 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.52 |
| HSL | 355.59º | 0.39% | 0.35% | - |
| HSV(B) | 355.59º | 0.56% | 0.48% | - |
| XYZ | 10.13 | 7.09 | 4.97 | - |
| YUV | 74.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 59 | 0 | 0.56 | 0.52 | 0.52 | 355.59 | 0.39 | 0.35 |
| Hex | 7A | 36 | 3B | 0 | 38 | 34 | 34 | 164 | 27 | 23 |
| Octal | 172 | 66 | 73 | 0 | 70 | 64 | 64 | 544 | 47 | 43 |
| Binary | 1111010 | 110110 | 111011 | 0 | 111000 | 110100 | 110100 | 101100100 | 100111 | 100011 |
Color Harmonies of #7A363B
Complementary color
Monochromatic Colors of #7A363B
Black with #7A363B
Text Example
Text Example
White with #7A363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A363B; }
p { color: rgb(122,54,59); }
H1.HeaderClassName
{
color: #7A363B;
}
.AnyTagClassName
{
color: #7A363B;
}
</style>
background-color css
<style>
a { background-color: #7A363B; }
a { background-color: rgb(122,54,59); }
div.DivClassName
{
background-color: #7A363B;
}
.BgClassName
{
background-color: #7A363B;
}
</style>
border-color css
<style>
span { border-color: #7A363B; }
span { border-color: rgb(122,54,59); }
td.TdClassName
{
border-color: #7A363B;
}
.TagClassName
{
border-color: #7A363B;
}
</style>