Shades of Merlot #732D37
Tints of Merlot #732D37
RGB
CMYK
RGB Variations
Color information
#732D37 (or 0x732D37) is known color: Merlot. HEX triplet: 73, 2D and 37. RGB value is (115,45,55). Sum of RGB (Red+Green+Blue) = 115+45+55=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #732D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D37 is #8CD2C8. Grayscale: #434343. Windows color (decimal): -9229001 or 3616115. OLE color: 3616115.
HSL color Cylindrical-coordinate representation of color #732D37: hue angle of 351.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D37 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 55 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.55 |
| HSL | 351.43º | 0.44% | 0.31% | - |
| HSV(B) | 351.43º | 0.61% | 0.45% | - |
| XYZ | 8.7 | 5.8 | 4.28 | - |
| YUV | 67.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 55 | 0 | 0.61 | 0.52 | 0.55 | 351.43 | 0.44 | 0.31 |
| Hex | 73 | 2D | 37 | 0 | 3D | 34 | 37 | 15F | 2C | 1F |
| Octal | 163 | 55 | 67 | 0 | 75 | 64 | 67 | 537 | 54 | 37 |
| Binary | 1110011 | 101101 | 110111 | 0 | 111101 | 110100 | 110111 | 101011111 | 101100 | 11111 |
Color Harmonies of #732D37
Complementary color
Monochromatic Colors of #732D37
Black with #732D37
Text Example
Text Example
White with #732D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D37; }
p { color: rgb(115,45,55); }
H1.HeaderClassName
{
color: #732D37;
}
.AnyTagClassName
{
color: #732D37;
}
</style>
background-color css
<style>
a { background-color: #732D37; }
a { background-color: rgb(115,45,55); }
div.DivClassName
{
background-color: #732D37;
}
.BgClassName
{
background-color: #732D37;
}
</style>
border-color css
<style>
span { border-color: #732D37; }
span { border-color: rgb(115,45,55); }
td.TdClassName
{
border-color: #732D37;
}
.TagClassName
{
border-color: #732D37;
}
</style>