Shades of Merlot #732D3B
Tints of Merlot #732D3B
RGB
CMYK
RGB Variations
Color information
#732D3B (or 0x732D3B) is known color: Merlot. HEX triplet: 73, 2D and 3B. RGB value is (115,45,59). Sum of RGB (Red+Green+Blue) = 115+45+59=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #732D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D3B is #8CD2C4. Grayscale: #434343. Windows color (decimal): -9228997 or 3878259. OLE color: 3878259.
HSL color Cylindrical-coordinate representation of color #732D3B: hue angle of 348º 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 #732D3B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 59 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.55 |
| HSL | 348º | 0.44% | 0.31% | - |
| HSV(B) | 348º | 0.61% | 0.45% | - |
| XYZ | 8.8 | 5.84 | 4.8 | - |
| YUV | 67.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 59 | 0 | 0.61 | 0.49 | 0.55 | 348 | 0.44 | 0.31 |
| Hex | 73 | 2D | 3B | 0 | 3D | 31 | 37 | 15C | 2C | 1F |
| Octal | 163 | 55 | 73 | 0 | 75 | 61 | 67 | 534 | 54 | 37 |
| Binary | 1110011 | 101101 | 111011 | 0 | 111101 | 110001 | 110111 | 101011100 | 101100 | 11111 |
Color Harmonies of #732D3B
Complementary color
Monochromatic Colors of #732D3B
Black with #732D3B
Text Example
Text Example
White with #732D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D3B; }
p { color: rgb(115,45,59); }
H1.HeaderClassName
{
color: #732D3B;
}
.AnyTagClassName
{
color: #732D3B;
}
</style>
background-color css
<style>
a { background-color: #732D3B; }
a { background-color: rgb(115,45,59); }
div.DivClassName
{
background-color: #732D3B;
}
.BgClassName
{
background-color: #732D3B;
}
</style>
border-color css
<style>
span { border-color: #732D3B; }
span { border-color: rgb(115,45,59); }
td.TdClassName
{
border-color: #732D3B;
}
.TagClassName
{
border-color: #732D3B;
}
</style>