Shades of Merlot #723443
Tints of Merlot #723443
RGB
CMYK
RGB Variations
Color information
#723443 (or 0x723443) is known color: Merlot. HEX triplet: 72, 34 and 43. RGB value is (114,52,67). Sum of RGB (Red+Green+Blue) = 114+52+67=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723443 is #8DCBBC. Grayscale: #484848. Windows color (decimal): -9292733 or 4404338. OLE color: 4404338.
HSL color Cylindrical-coordinate representation of color #723443: hue angle of 345.48º 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 #723443 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 67 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.55 |
| HSL | 345.48º | 0.37% | 0.33% | - |
| HSV(B) | 345.48º | 0.54% | 0.45% | - |
| XYZ | 9.18 | 6.44 | 6.07 | - |
| YUV | 72.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 67 | 0 | 0.54 | 0.41 | 0.55 | 345.48 | 0.37 | 0.33 |
| Hex | 72 | 34 | 43 | 0 | 36 | 29 | 37 | 159 | 25 | 21 |
| Octal | 162 | 64 | 103 | 0 | 66 | 51 | 67 | 531 | 45 | 41 |
| Binary | 1110010 | 110100 | 1000011 | 0 | 110110 | 101001 | 110111 | 101011001 | 100101 | 100001 |
Color Harmonies of #723443
Complementary color
Monochromatic Colors of #723443
Black with #723443
Text Example
Text Example
White with #723443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723443; }
p { color: rgb(114,52,67); }
H1.HeaderClassName
{
color: #723443;
}
.AnyTagClassName
{
color: #723443;
}
</style>
background-color css
<style>
a { background-color: #723443; }
a { background-color: rgb(114,52,67); }
div.DivClassName
{
background-color: #723443;
}
.BgClassName
{
background-color: #723443;
}
</style>
border-color css
<style>
span { border-color: #723443; }
span { border-color: rgb(114,52,67); }
td.TdClassName
{
border-color: #723443;
}
.TagClassName
{
border-color: #723443;
}
</style>