Shades of Merlot #723442
Tints of Merlot #723442
RGB
CMYK
RGB Variations
Color information
#723442 (or 0x723442) is known color: Merlot. HEX triplet: 72, 34 and 42. RGB value is (114,52,66). Sum of RGB (Red+Green+Blue) = 114+52+66=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #723442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723442 is #8DCBBD. Grayscale: #484848. Windows color (decimal): -9292734 or 4338802. OLE color: 4338802.
HSL color Cylindrical-coordinate representation of color #723442: hue angle of 346.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #723442 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 66 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.55 |
| HSL | 346.45º | 0.37% | 0.33% | - |
| HSV(B) | 346.45º | 0.54% | 0.45% | - |
| XYZ | 9.15 | 6.43 | 5.91 | - |
| YUV | 72.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 66 | 0 | 0.54 | 0.42 | 0.55 | 346.45 | 0.37 | 0.33 |
| Hex | 72 | 34 | 42 | 0 | 36 | 2A | 37 | 15A | 25 | 21 |
| Octal | 162 | 64 | 102 | 0 | 66 | 52 | 67 | 532 | 45 | 41 |
| Binary | 1110010 | 110100 | 1000010 | 0 | 110110 | 101010 | 110111 | 101011010 | 100101 | 100001 |
Color Harmonies of #723442
Complementary color
Monochromatic Colors of #723442
Black with #723442
Text Example
Text Example
White with #723442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723442; }
p { color: rgb(114,52,66); }
H1.HeaderClassName
{
color: #723442;
}
.AnyTagClassName
{
color: #723442;
}
</style>
background-color css
<style>
a { background-color: #723442; }
a { background-color: rgb(114,52,66); }
div.DivClassName
{
background-color: #723442;
}
.BgClassName
{
background-color: #723442;
}
</style>
border-color css
<style>
span { border-color: #723442; }
span { border-color: rgb(114,52,66); }
td.TdClassName
{
border-color: #723442;
}
.TagClassName
{
border-color: #723442;
}
</style>