Shades of Merlot #783137
Tints of Merlot #783137
RGB
CMYK
RGB Variations
Color information
#783137 (or 0x783137) is known color: Merlot. HEX triplet: 78, 31 and 37. RGB value is (120,49,55). Sum of RGB (Red+Green+Blue) = 120+49+55=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #783137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783137 is #87CEC8. Grayscale: #464646. Windows color (decimal): -8900297 or 3617144. OLE color: 3617144.
HSL color Cylindrical-coordinate representation of color #783137: hue angle of 354.93º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783137 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 55 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.53 |
| HSL | 354.93º | 0.42% | 0.33% | - |
| HSV(B) | 354.93º | 0.59% | 0.47% | - |
| XYZ | 9.53 | 6.47 | 4.36 | - |
| YUV | 70.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 55 | 0 | 0.59 | 0.54 | 0.53 | 354.93 | 0.42 | 0.33 |
| Hex | 78 | 31 | 37 | 0 | 3B | 36 | 35 | 163 | 2A | 21 |
| Octal | 170 | 61 | 67 | 0 | 73 | 66 | 65 | 543 | 52 | 41 |
| Binary | 1111000 | 110001 | 110111 | 0 | 111011 | 110110 | 110101 | 101100011 | 101010 | 100001 |
Color Harmonies of #783137
Complementary color
Monochromatic Colors of #783137
Black with #783137
Text Example
Text Example
White with #783137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783137; }
p { color: rgb(120,49,55); }
H1.HeaderClassName
{
color: #783137;
}
.AnyTagClassName
{
color: #783137;
}
</style>
background-color css
<style>
a { background-color: #783137; }
a { background-color: rgb(120,49,55); }
div.DivClassName
{
background-color: #783137;
}
.BgClassName
{
background-color: #783137;
}
</style>
border-color css
<style>
span { border-color: #783137; }
span { border-color: rgb(120,49,55); }
td.TdClassName
{
border-color: #783137;
}
.TagClassName
{
border-color: #783137;
}
</style>