Shades of Merlot #783334
Tints of Merlot #783334
RGB
CMYK
RGB Variations
Color information
#783334 (or 0x783334) is known color: Merlot. HEX triplet: 78, 33 and 34. RGB value is (120,51,52). Sum of RGB (Red+Green+Blue) = 120+51+52=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #783334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783334 is #87CCCB. Grayscale: #474747. Windows color (decimal): -8899788 or 3421048. OLE color: 3421048.
HSL color Cylindrical-coordinate representation of color #783334: hue angle of 359.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783334 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 52 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.53 |
| HSL | 359.13º | 0.4% | 0.34% | - |
| HSV(B) | 359.13º | 0.58% | 0.47% | - |
| XYZ | 9.55 | 6.61 | 4.02 | - |
| YUV | 71.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 52 | 0 | 0.58 | 0.57 | 0.53 | 359.13 | 0.4 | 0.34 |
| Hex | 78 | 33 | 34 | 0 | 3A | 39 | 35 | 167 | 28 | 22 |
| Octal | 170 | 63 | 64 | 0 | 72 | 71 | 65 | 547 | 50 | 42 |
| Binary | 1111000 | 110011 | 110100 | 0 | 111010 | 111001 | 110101 | 101100111 | 101000 | 100010 |
Color Harmonies of #783334
Complementary color
Monochromatic Colors of #783334
Black with #783334
Text Example
Text Example
White with #783334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783334; }
p { color: rgb(120,51,52); }
H1.HeaderClassName
{
color: #783334;
}
.AnyTagClassName
{
color: #783334;
}
</style>
background-color css
<style>
a { background-color: #783334; }
a { background-color: rgb(120,51,52); }
div.DivClassName
{
background-color: #783334;
}
.BgClassName
{
background-color: #783334;
}
</style>
border-color css
<style>
span { border-color: #783334; }
span { border-color: rgb(120,51,52); }
td.TdClassName
{
border-color: #783334;
}
.TagClassName
{
border-color: #783334;
}
</style>