Shades of Merlot #78363F
Tints of Merlot #78363F
RGB
CMYK
RGB Variations
Color information
#78363F (or 0x78363F) is known color: Merlot. HEX triplet: 78, 36 and 3F. RGB value is (120,54,63). Sum of RGB (Red+Green+Blue) = 120+54+63=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78363F is #87C9C0. Grayscale: #4A4A4A. Windows color (decimal): -8899009 or 4142712. OLE color: 4142712.
HSL color Cylindrical-coordinate representation of color #78363F: hue angle of 351.82º 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 #78363F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 63 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.53 |
| HSL | 351.82º | 0.38% | 0.34% | - |
| HSV(B) | 351.82º | 0.55% | 0.47% | - |
| XYZ | 9.96 | 6.99 | 5.53 | - |
| YUV | 74.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 63 | 0 | 0.55 | 0.48 | 0.53 | 351.82 | 0.38 | 0.34 |
| Hex | 78 | 36 | 3F | 0 | 37 | 30 | 35 | 160 | 26 | 22 |
| Octal | 170 | 66 | 77 | 0 | 67 | 60 | 65 | 540 | 46 | 42 |
| Binary | 1111000 | 110110 | 111111 | 0 | 110111 | 110000 | 110101 | 101100000 | 100110 | 100010 |
Color Harmonies of #78363F
Complementary color
Monochromatic Colors of #78363F
Black with #78363F
Text Example
Text Example
White with #78363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78363F; }
p { color: rgb(120,54,63); }
H1.HeaderClassName
{
color: #78363F;
}
.AnyTagClassName
{
color: #78363F;
}
</style>
background-color css
<style>
a { background-color: #78363F; }
a { background-color: rgb(120,54,63); }
div.DivClassName
{
background-color: #78363F;
}
.BgClassName
{
background-color: #78363F;
}
</style>
border-color css
<style>
span { border-color: #78363F; }
span { border-color: rgb(120,54,63); }
td.TdClassName
{
border-color: #78363F;
}
.TagClassName
{
border-color: #78363F;
}
</style>