Shades of Merlot #78363D
Tints of Merlot #78363D
RGB
CMYK
RGB Variations
Color information
#78363D (or 0x78363D) is known color: Merlot. HEX triplet: 78, 36 and 3D. RGB value is (120,54,61). Sum of RGB (Red+Green+Blue) = 120+54+61=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78363D is #87C9C2. Grayscale: #4A4A4A. Windows color (decimal): -8899011 or 4011640. OLE color: 4011640.
HSL color Cylindrical-coordinate representation of color #78363D: hue angle of 353.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78363D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 61 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.53 |
| HSL | 353.64º | 0.38% | 0.34% | - |
| HSV(B) | 353.64º | 0.55% | 0.47% | - |
| XYZ | 9.91 | 6.97 | 5.24 | - |
| YUV | 74.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 61 | 0 | 0.55 | 0.49 | 0.53 | 353.64 | 0.38 | 0.34 |
| Hex | 78 | 36 | 3D | 0 | 37 | 31 | 35 | 162 | 26 | 22 |
| Octal | 170 | 66 | 75 | 0 | 67 | 61 | 65 | 542 | 46 | 42 |
| Binary | 1111000 | 110110 | 111101 | 0 | 110111 | 110001 | 110101 | 101100010 | 100110 | 100010 |
Color Harmonies of #78363D
Complementary color
Monochromatic Colors of #78363D
Black with #78363D
Text Example
Text Example
White with #78363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78363D; }
p { color: rgb(120,54,61); }
H1.HeaderClassName
{
color: #78363D;
}
.AnyTagClassName
{
color: #78363D;
}
</style>
background-color css
<style>
a { background-color: #78363D; }
a { background-color: rgb(120,54,61); }
div.DivClassName
{
background-color: #78363D;
}
.BgClassName
{
background-color: #78363D;
}
</style>
border-color css
<style>
span { border-color: #78363D; }
span { border-color: rgb(120,54,61); }
td.TdClassName
{
border-color: #78363D;
}
.TagClassName
{
border-color: #78363D;
}
</style>