Shades of Merlot #723639
Tints of Merlot #723639
RGB
CMYK
RGB Variations
Color information
#723639 (or 0x723639) is known color: Merlot. HEX triplet: 72, 36 and 39. RGB value is (114,54,57). Sum of RGB (Red+Green+Blue) = 114+54+57=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #723639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723639 is #8DC9C6. Grayscale: #484848. Windows color (decimal): -9292231 or 3749490. OLE color: 3749490.
HSL color Cylindrical-coordinate representation of color #723639: hue angle of 357º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #723639 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 57 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.55 |
| HSL | 357º | 0.36% | 0.33% | - |
| HSV(B) | 357º | 0.53% | 0.45% | - |
| XYZ | 9 | 6.51 | 4.65 | - |
| YUV | 72.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 57 | 0 | 0.53 | 0.50 | 0.55 | 357 | 0.36 | 0.33 |
| Hex | 72 | 36 | 39 | 0 | 35 | 32 | 37 | 165 | 24 | 21 |
| Octal | 162 | 66 | 71 | 0 | 65 | 62 | 67 | 545 | 44 | 41 |
| Binary | 1110010 | 110110 | 111001 | 0 | 110101 | 110010 | 110111 | 101100101 | 100100 | 100001 |
Color Harmonies of #723639
Complementary color
Monochromatic Colors of #723639
Black with #723639
Text Example
Text Example
White with #723639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723639; }
p { color: rgb(114,54,57); }
H1.HeaderClassName
{
color: #723639;
}
.AnyTagClassName
{
color: #723639;
}
</style>
background-color css
<style>
a { background-color: #723639; }
a { background-color: rgb(114,54,57); }
div.DivClassName
{
background-color: #723639;
}
.BgClassName
{
background-color: #723639;
}
</style>
border-color css
<style>
span { border-color: #723639; }
span { border-color: rgb(114,54,57); }
td.TdClassName
{
border-color: #723639;
}
.TagClassName
{
border-color: #723639;
}
</style>