Shades of Merlot #723240
Tints of Merlot #723240
RGB
CMYK
RGB Variations
Color information
#723240 (or 0x723240) is known color: Merlot. HEX triplet: 72, 32 and 40. RGB value is (114,50,64). Sum of RGB (Red+Green+Blue) = 114+50+64=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #723240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723240 is #8DCDBF. Grayscale: #464646. Windows color (decimal): -9293248 or 4207218. OLE color: 4207218.
HSL color Cylindrical-coordinate representation of color #723240: hue angle of 346.88º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723240 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 64 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.55 |
| HSL | 346.88º | 0.39% | 0.32% | - |
| HSV(B) | 346.88º | 0.56% | 0.45% | - |
| XYZ | 9.01 | 6.23 | 5.58 | - |
| YUV | 70.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 64 | 0 | 0.56 | 0.44 | 0.55 | 346.88 | 0.39 | 0.32 |
| Hex | 72 | 32 | 40 | 0 | 38 | 2C | 37 | 15B | 27 | 20 |
| Octal | 162 | 62 | 100 | 0 | 70 | 54 | 67 | 533 | 47 | 40 |
| Binary | 1110010 | 110010 | 1000000 | 0 | 111000 | 101100 | 110111 | 101011011 | 100111 | 100000 |
Color Harmonies of #723240
Complementary color
Monochromatic Colors of #723240
Black with #723240
Text Example
Text Example
White with #723240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723240; }
p { color: rgb(114,50,64); }
H1.HeaderClassName
{
color: #723240;
}
.AnyTagClassName
{
color: #723240;
}
</style>
background-color css
<style>
a { background-color: #723240; }
a { background-color: rgb(114,50,64); }
div.DivClassName
{
background-color: #723240;
}
.BgClassName
{
background-color: #723240;
}
</style>
border-color css
<style>
span { border-color: #723240; }
span { border-color: rgb(114,50,64); }
td.TdClassName
{
border-color: #723240;
}
.TagClassName
{
border-color: #723240;
}
</style>