Shades of Merlot #78383D
Tints of Merlot #78383D
RGB
CMYK
RGB Variations
Color information
#78383D (or 0x78383D) is known color: Merlot. HEX triplet: 78, 38 and 3D. RGB value is (120,56,61). Sum of RGB (Red+Green+Blue) = 120+56+61=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78383D is #87C7C2. Grayscale: #4B4B4B. Windows color (decimal): -8898499 or 4012152. OLE color: 4012152.
HSL color Cylindrical-coordinate representation of color #78383D: hue angle of 355.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78383D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 61 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.53 |
| HSL | 355.31º | 0.36% | 0.35% | - |
| HSV(B) | 355.31º | 0.53% | 0.47% | - |
| XYZ | 10 | 7.16 | 5.27 | - |
| YUV | 75.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 61 | 0 | 0.53 | 0.49 | 0.53 | 355.31 | 0.36 | 0.35 |
| Hex | 78 | 38 | 3D | 0 | 35 | 31 | 35 | 163 | 24 | 23 |
| Octal | 170 | 70 | 75 | 0 | 65 | 61 | 65 | 543 | 44 | 43 |
| Binary | 1111000 | 111000 | 111101 | 0 | 110101 | 110001 | 110101 | 101100011 | 100100 | 100011 |
Color Harmonies of #78383D
Complementary color
Monochromatic Colors of #78383D
Black with #78383D
Text Example
Text Example
White with #78383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78383D; }
p { color: rgb(120,56,61); }
H1.HeaderClassName
{
color: #78383D;
}
.AnyTagClassName
{
color: #78383D;
}
</style>
background-color css
<style>
a { background-color: #78383D; }
a { background-color: rgb(120,56,61); }
div.DivClassName
{
background-color: #78383D;
}
.BgClassName
{
background-color: #78383D;
}
</style>
border-color css
<style>
span { border-color: #78383D; }
span { border-color: rgb(120,56,61); }
td.TdClassName
{
border-color: #78383D;
}
.TagClassName
{
border-color: #78383D;
}
</style>