Shades of Merlot #733134
Tints of Merlot #733134
RGB
CMYK
RGB Variations
Color information
#733134 (or 0x733134) is known color: Merlot. HEX triplet: 73, 31 and 34. RGB value is (115,49,52). Sum of RGB (Red+Green+Blue) = 115+49+52=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #733134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733134 is #8CCECB. Grayscale: #454545. Windows color (decimal): -9227980 or 3420531. OLE color: 3420531.
HSL color Cylindrical-coordinate representation of color #733134: hue angle of 357.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733134 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 52 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.55 |
| HSL | 357.27º | 0.4% | 0.32% | - |
| HSV(B) | 357.27º | 0.57% | 0.45% | - |
| XYZ | 8.79 | 6.09 | 3.96 | - |
| YUV | 69.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 52 | 0 | 0.57 | 0.55 | 0.55 | 357.27 | 0.4 | 0.32 |
| Hex | 73 | 31 | 34 | 0 | 39 | 37 | 37 | 165 | 28 | 20 |
| Octal | 163 | 61 | 64 | 0 | 71 | 67 | 67 | 545 | 50 | 40 |
| Binary | 1110011 | 110001 | 110100 | 0 | 111001 | 110111 | 110111 | 101100101 | 101000 | 100000 |
Color Harmonies of #733134
Complementary color
Monochromatic Colors of #733134
Black with #733134
Text Example
Text Example
White with #733134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733134; }
p { color: rgb(115,49,52); }
H1.HeaderClassName
{
color: #733134;
}
.AnyTagClassName
{
color: #733134;
}
</style>
background-color css
<style>
a { background-color: #733134; }
a { background-color: rgb(115,49,52); }
div.DivClassName
{
background-color: #733134;
}
.BgClassName
{
background-color: #733134;
}
</style>
border-color css
<style>
span { border-color: #733134; }
span { border-color: rgb(115,49,52); }
td.TdClassName
{
border-color: #733134;
}
.TagClassName
{
border-color: #733134;
}
</style>