Shades of Merlot #733138
Tints of Merlot #733138
RGB
CMYK
RGB Variations
Color information
#733138 (or 0x733138) is known color: Merlot. HEX triplet: 73, 31 and 38. RGB value is (115,49,56). Sum of RGB (Red+Green+Blue) = 115+49+56=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #733138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733138 is #8CCEC7. Grayscale: #454545. Windows color (decimal): -9227976 or 3682675. OLE color: 3682675.
HSL color Cylindrical-coordinate representation of color #733138: hue angle of 353.64º 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 #733138 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 56 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.55 |
| HSL | 353.64º | 0.4% | 0.32% | - |
| HSV(B) | 353.64º | 0.57% | 0.45% | - |
| XYZ | 8.88 | 6.13 | 4.46 | - |
| YUV | 69.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 56 | 0 | 0.57 | 0.51 | 0.55 | 353.64 | 0.4 | 0.32 |
| Hex | 73 | 31 | 38 | 0 | 39 | 33 | 37 | 162 | 28 | 20 |
| Octal | 163 | 61 | 70 | 0 | 71 | 63 | 67 | 542 | 50 | 40 |
| Binary | 1110011 | 110001 | 111000 | 0 | 111001 | 110011 | 110111 | 101100010 | 101000 | 100000 |
Color Harmonies of #733138
Complementary color
Monochromatic Colors of #733138
Black with #733138
Text Example
Text Example
White with #733138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733138; }
p { color: rgb(115,49,56); }
H1.HeaderClassName
{
color: #733138;
}
.AnyTagClassName
{
color: #733138;
}
</style>
background-color css
<style>
a { background-color: #733138; }
a { background-color: rgb(115,49,56); }
div.DivClassName
{
background-color: #733138;
}
.BgClassName
{
background-color: #733138;
}
</style>
border-color css
<style>
span { border-color: #733138; }
span { border-color: rgb(115,49,56); }
td.TdClassName
{
border-color: #733138;
}
.TagClassName
{
border-color: #733138;
}
</style>