Shades of Merlot #783638
Tints of Merlot #783638
RGB
CMYK
RGB Variations
Color information
#783638 (or 0x783638) is known color: Merlot. HEX triplet: 78, 36 and 38. RGB value is (120,54,56). Sum of RGB (Red+Green+Blue) = 120+54+56=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #783638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783638 is #87C9C7. Grayscale: #4A4A4A. Windows color (decimal): -8899016 or 3683960. OLE color: 3683960.
HSL color Cylindrical-coordinate representation of color #783638: hue angle of 358.18º 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 #783638 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 56 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.53 |
| HSL | 358.18º | 0.38% | 0.34% | - |
| HSV(B) | 358.18º | 0.55% | 0.47% | - |
| XYZ | 9.78 | 6.92 | 4.56 | - |
| YUV | 73.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 56 | 0 | 0.55 | 0.53 | 0.53 | 358.18 | 0.38 | 0.34 |
| Hex | 78 | 36 | 38 | 0 | 37 | 35 | 35 | 166 | 26 | 22 |
| Octal | 170 | 66 | 70 | 0 | 67 | 65 | 65 | 546 | 46 | 42 |
| Binary | 1111000 | 110110 | 111000 | 0 | 110111 | 110101 | 110101 | 101100110 | 100110 | 100010 |
Color Harmonies of #783638
Complementary color
Monochromatic Colors of #783638
Black with #783638
Text Example
Text Example
White with #783638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783638; }
p { color: rgb(120,54,56); }
H1.HeaderClassName
{
color: #783638;
}
.AnyTagClassName
{
color: #783638;
}
</style>
background-color css
<style>
a { background-color: #783638; }
a { background-color: rgb(120,54,56); }
div.DivClassName
{
background-color: #783638;
}
.BgClassName
{
background-color: #783638;
}
</style>
border-color css
<style>
span { border-color: #783638; }
span { border-color: rgb(120,54,56); }
td.TdClassName
{
border-color: #783638;
}
.TagClassName
{
border-color: #783638;
}
</style>