Shades of Merlot #723741
Tints of Merlot #723741
RGB
CMYK
RGB Variations
Color information
#723741 (or 0x723741) is known color: Merlot. HEX triplet: 72, 37 and 41. RGB value is (114,55,65). Sum of RGB (Red+Green+Blue) = 114+55+65=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #723741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723741 is #8DC8BE. Grayscale: #494949. Windows color (decimal): -9291967 or 4274034. OLE color: 4274034.
HSL color Cylindrical-coordinate representation of color #723741: hue angle of 349.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #723741 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 65 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.55 |
| HSL | 349.83º | 0.35% | 0.33% | - |
| HSV(B) | 349.83º | 0.52% | 0.45% | - |
| XYZ | 9.26 | 6.69 | 5.8 | - |
| YUV | 73.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 65 | 0 | 0.52 | 0.43 | 0.55 | 349.83 | 0.35 | 0.33 |
| Hex | 72 | 37 | 41 | 0 | 34 | 2B | 37 | 15E | 23 | 21 |
| Octal | 162 | 67 | 101 | 0 | 64 | 53 | 67 | 536 | 43 | 41 |
| Binary | 1110010 | 110111 | 1000001 | 0 | 110100 | 101011 | 110111 | 101011110 | 100011 | 100001 |
Color Harmonies of #723741
Complementary color
Monochromatic Colors of #723741
Black with #723741
Text Example
Text Example
White with #723741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723741; }
p { color: rgb(114,55,65); }
H1.HeaderClassName
{
color: #723741;
}
.AnyTagClassName
{
color: #723741;
}
</style>
background-color css
<style>
a { background-color: #723741; }
a { background-color: rgb(114,55,65); }
div.DivClassName
{
background-color: #723741;
}
.BgClassName
{
background-color: #723741;
}
</style>
border-color css
<style>
span { border-color: #723741; }
span { border-color: rgb(114,55,65); }
td.TdClassName
{
border-color: #723741;
}
.TagClassName
{
border-color: #723741;
}
</style>