Shades of Merlot #78353B
Tints of Merlot #78353B
RGB
CMYK
RGB Variations
Color information
#78353B (or 0x78353B) is known color: Merlot. HEX triplet: 78, 35 and 3B. RGB value is (120,53,59). Sum of RGB (Red+Green+Blue) = 120+53+59=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78353B is #87CAC4. Grayscale: #494949. Windows color (decimal): -8899269 or 3880312. OLE color: 3880312.
HSL color Cylindrical-coordinate representation of color #78353B: hue angle of 354.63º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78353B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 59 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.53 |
| HSL | 354.63º | 0.39% | 0.34% | - |
| HSV(B) | 354.63º | 0.56% | 0.47% | - |
| XYZ | 9.81 | 6.86 | 4.94 | - |
| YUV | 73.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 59 | 0 | 0.56 | 0.51 | 0.53 | 354.63 | 0.39 | 0.34 |
| Hex | 78 | 35 | 3B | 0 | 38 | 33 | 35 | 163 | 27 | 22 |
| Octal | 170 | 65 | 73 | 0 | 70 | 63 | 65 | 543 | 47 | 42 |
| Binary | 1111000 | 110101 | 111011 | 0 | 111000 | 110011 | 110101 | 101100011 | 100111 | 100010 |
Color Harmonies of #78353B
Complementary color
Monochromatic Colors of #78353B
Black with #78353B
Text Example
Text Example
White with #78353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78353B; }
p { color: rgb(120,53,59); }
H1.HeaderClassName
{
color: #78353B;
}
.AnyTagClassName
{
color: #78353B;
}
</style>
background-color css
<style>
a { background-color: #78353B; }
a { background-color: rgb(120,53,59); }
div.DivClassName
{
background-color: #78353B;
}
.BgClassName
{
background-color: #78353B;
}
</style>
border-color css
<style>
span { border-color: #78353B; }
span { border-color: rgb(120,53,59); }
td.TdClassName
{
border-color: #78353B;
}
.TagClassName
{
border-color: #78353B;
}
</style>