Shades of Merlot #732E3C
Tints of Merlot #732E3C
RGB
CMYK
RGB Variations
Color information
#732E3C (or 0x732E3C) is known color: Merlot. HEX triplet: 73, 2E and 3C. RGB value is (115,46,60). Sum of RGB (Red+Green+Blue) = 115+46+60=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #732E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E3C is #8CD1C3. Grayscale: #444444. Windows color (decimal): -9228740 or 3944051. OLE color: 3944051.
HSL color Cylindrical-coordinate representation of color #732E3C: hue angle of 347.83º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E3C is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 60 | - |
| CMYK | 0 | 0.6 | 0.48 | 0.55 |
| HSL | 347.83º | 0.43% | 0.32% | - |
| HSV(B) | 347.83º | 0.6% | 0.45% | - |
| XYZ | 8.86 | 5.93 | 4.95 | - |
| YUV | 68.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 60 | 0 | 0.6 | 0.48 | 0.55 | 347.83 | 0.43 | 0.32 |
| Hex | 73 | 2E | 3C | 0 | 3C | 30 | 37 | 15C | 2B | 20 |
| Octal | 163 | 56 | 74 | 0 | 74 | 60 | 67 | 534 | 53 | 40 |
| Binary | 1110011 | 101110 | 111100 | 0 | 111100 | 110000 | 110111 | 101011100 | 101011 | 100000 |
Color Harmonies of #732E3C
Complementary color
Monochromatic Colors of #732E3C
Black with #732E3C
Text Example
Text Example
White with #732E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E3C; }
p { color: rgb(115,46,60); }
H1.HeaderClassName
{
color: #732E3C;
}
.AnyTagClassName
{
color: #732E3C;
}
</style>
background-color css
<style>
a { background-color: #732E3C; }
a { background-color: rgb(115,46,60); }
div.DivClassName
{
background-color: #732E3C;
}
.BgClassName
{
background-color: #732E3C;
}
</style>
border-color css
<style>
span { border-color: #732E3C; }
span { border-color: rgb(115,46,60); }
td.TdClassName
{
border-color: #732E3C;
}
.TagClassName
{
border-color: #732E3C;
}
</style>