Shades of Merlot #723940
Tints of Merlot #723940
RGB
CMYK
RGB Variations
Color information
#723940 (or 0x723940) is known color: Merlot. HEX triplet: 72, 39 and 40. RGB value is (114,57,64). Sum of RGB (Red+Green+Blue) = 114+57+64=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #723940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723940 is #8DC6BF. Grayscale: #4A4A4A. Windows color (decimal): -9291456 or 4209010. OLE color: 4209010.
HSL color Cylindrical-coordinate representation of color #723940: hue angle of 352.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723940 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 64 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.55 |
| HSL | 352.63º | 0.33% | 0.34% | - |
| HSV(B) | 352.63º | 0.5% | 0.45% | - |
| XYZ | 9.33 | 6.87 | 5.69 | - |
| YUV | 74.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 64 | 0 | 0.50 | 0.44 | 0.55 | 352.63 | 0.33 | 0.34 |
| Hex | 72 | 39 | 40 | 0 | 32 | 2C | 37 | 161 | 21 | 22 |
| Octal | 162 | 71 | 100 | 0 | 62 | 54 | 67 | 541 | 41 | 42 |
| Binary | 1110010 | 111001 | 1000000 | 0 | 110010 | 101100 | 110111 | 101100001 | 100001 | 100010 |
Color Harmonies of #723940
Complementary color
Monochromatic Colors of #723940
Black with #723940
Text Example
Text Example
White with #723940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723940; }
p { color: rgb(114,57,64); }
H1.HeaderClassName
{
color: #723940;
}
.AnyTagClassName
{
color: #723940;
}
</style>
background-color css
<style>
a { background-color: #723940; }
a { background-color: rgb(114,57,64); }
div.DivClassName
{
background-color: #723940;
}
.BgClassName
{
background-color: #723940;
}
</style>
border-color css
<style>
span { border-color: #723940; }
span { border-color: rgb(114,57,64); }
td.TdClassName
{
border-color: #723940;
}
.TagClassName
{
border-color: #723940;
}
</style>