Shades of Merlot #723137
Tints of Merlot #723137
RGB
CMYK
RGB Variations
Color information
#723137 (or 0x723137) is known color: Merlot. HEX triplet: 72, 31 and 37. RGB value is (114,49,55). Sum of RGB (Red+Green+Blue) = 114+49+55=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723137 is #8DCEC8. Grayscale: #454545. Windows color (decimal): -9293513 or 3617138. OLE color: 3617138.
HSL color Cylindrical-coordinate representation of color #723137: hue angle of 354.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723137 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 55 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.55 |
| HSL | 354.46º | 0.4% | 0.32% | - |
| HSV(B) | 354.46º | 0.57% | 0.45% | - |
| XYZ | 8.73 | 6.05 | 4.32 | - |
| YUV | 69.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 55 | 0 | 0.57 | 0.52 | 0.55 | 354.46 | 0.4 | 0.32 |
| Hex | 72 | 31 | 37 | 0 | 39 | 34 | 37 | 162 | 28 | 20 |
| Octal | 162 | 61 | 67 | 0 | 71 | 64 | 67 | 542 | 50 | 40 |
| Binary | 1110010 | 110001 | 110111 | 0 | 111001 | 110100 | 110111 | 101100010 | 101000 | 100000 |
Color Harmonies of #723137
Complementary color
Monochromatic Colors of #723137
Black with #723137
Text Example
Text Example
White with #723137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723137; }
p { color: rgb(114,49,55); }
H1.HeaderClassName
{
color: #723137;
}
.AnyTagClassName
{
color: #723137;
}
</style>
background-color css
<style>
a { background-color: #723137; }
a { background-color: rgb(114,49,55); }
div.DivClassName
{
background-color: #723137;
}
.BgClassName
{
background-color: #723137;
}
</style>
border-color css
<style>
span { border-color: #723137; }
span { border-color: rgb(114,49,55); }
td.TdClassName
{
border-color: #723137;
}
.TagClassName
{
border-color: #723137;
}
</style>