Shades of Merlot #733234
Tints of Merlot #733234
RGB
CMYK
RGB Variations
Color information
#733234 (or 0x733234) is known color: Merlot. HEX triplet: 73, 32 and 34. RGB value is (115,50,52). Sum of RGB (Red+Green+Blue) = 115+50+52=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #733234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733234 is #8CCDCB. Grayscale: #454545. Windows color (decimal): -9227724 or 3420787. OLE color: 3420787.
HSL color Cylindrical-coordinate representation of color #733234: hue angle of 358.15º degrees, saturation: 0.39, 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 #733234 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 52 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.55 |
| HSL | 358.15º | 0.39% | 0.32% | - |
| HSV(B) | 358.15º | 0.57% | 0.45% | - |
| XYZ | 8.83 | 6.17 | 3.98 | - |
| YUV | 69.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 52 | 0 | 0.57 | 0.55 | 0.55 | 358.15 | 0.39 | 0.32 |
| Hex | 73 | 32 | 34 | 0 | 39 | 37 | 37 | 166 | 27 | 20 |
| Octal | 163 | 62 | 64 | 0 | 71 | 67 | 67 | 546 | 47 | 40 |
| Binary | 1110011 | 110010 | 110100 | 0 | 111001 | 110111 | 110111 | 101100110 | 100111 | 100000 |
Color Harmonies of #733234
Complementary color
Monochromatic Colors of #733234
Black with #733234
Text Example
Text Example
White with #733234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733234; }
p { color: rgb(115,50,52); }
H1.HeaderClassName
{
color: #733234;
}
.AnyTagClassName
{
color: #733234;
}
</style>
background-color css
<style>
a { background-color: #733234; }
a { background-color: rgb(115,50,52); }
div.DivClassName
{
background-color: #733234;
}
.BgClassName
{
background-color: #733234;
}
</style>
border-color css
<style>
span { border-color: #733234; }
span { border-color: rgb(115,50,52); }
td.TdClassName
{
border-color: #733234;
}
.TagClassName
{
border-color: #733234;
}
</style>