Shades of Merlot #733235
Tints of Merlot #733235
RGB
CMYK
RGB Variations
Color information
#733235 (or 0x733235) is known color: Merlot. HEX triplet: 73, 32 and 35. RGB value is (115,50,53). Sum of RGB (Red+Green+Blue) = 115+50+53=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733235 is #8CCDCA. Grayscale: #454545. Windows color (decimal): -9227723 or 3486323. OLE color: 3486323.
HSL color Cylindrical-coordinate representation of color #733235: hue angle of 357.23º 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 #733235 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 53 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.55 |
| HSL | 357.23º | 0.39% | 0.32% | - |
| HSV(B) | 357.23º | 0.57% | 0.45% | - |
| XYZ | 8.85 | 6.18 | 4.09 | - |
| YUV | 69.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 53 | 0 | 0.57 | 0.54 | 0.55 | 357.23 | 0.39 | 0.32 |
| Hex | 73 | 32 | 35 | 0 | 39 | 36 | 37 | 165 | 27 | 20 |
| Octal | 163 | 62 | 65 | 0 | 71 | 66 | 67 | 545 | 47 | 40 |
| Binary | 1110011 | 110010 | 110101 | 0 | 111001 | 110110 | 110111 | 101100101 | 100111 | 100000 |
Color Harmonies of #733235
Complementary color
Monochromatic Colors of #733235
Black with #733235
Text Example
Text Example
White with #733235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733235; }
p { color: rgb(115,50,53); }
H1.HeaderClassName
{
color: #733235;
}
.AnyTagClassName
{
color: #733235;
}
</style>
background-color css
<style>
a { background-color: #733235; }
a { background-color: rgb(115,50,53); }
div.DivClassName
{
background-color: #733235;
}
.BgClassName
{
background-color: #733235;
}
</style>
border-color css
<style>
span { border-color: #733235; }
span { border-color: rgb(115,50,53); }
td.TdClassName
{
border-color: #733235;
}
.TagClassName
{
border-color: #733235;
}
</style>