Shades of Merlot #733136
Tints of Merlot #733136
RGB
CMYK
RGB Variations
Color information
#733136 (or 0x733136) is known color: Merlot. HEX triplet: 73, 31 and 36. RGB value is (115,49,54). Sum of RGB (Red+Green+Blue) = 115+49+54=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733136 is #8CCEC9. Grayscale: #454545. Windows color (decimal): -9227978 or 3551603. OLE color: 3551603.
HSL color Cylindrical-coordinate representation of color #733136: hue angle of 355.45º 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 #733136 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 54 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.55 |
| HSL | 355.45º | 0.4% | 0.32% | - |
| HSV(B) | 355.45º | 0.57% | 0.45% | - |
| XYZ | 8.83 | 6.11 | 4.2 | - |
| YUV | 69.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 54 | 0 | 0.57 | 0.53 | 0.55 | 355.45 | 0.4 | 0.32 |
| Hex | 73 | 31 | 36 | 0 | 39 | 35 | 37 | 163 | 28 | 20 |
| Octal | 163 | 61 | 66 | 0 | 71 | 65 | 67 | 543 | 50 | 40 |
| Binary | 1110011 | 110001 | 110110 | 0 | 111001 | 110101 | 110111 | 101100011 | 101000 | 100000 |
Color Harmonies of #733136
Complementary color
Monochromatic Colors of #733136
Black with #733136
Text Example
Text Example
White with #733136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733136; }
p { color: rgb(115,49,54); }
H1.HeaderClassName
{
color: #733136;
}
.AnyTagClassName
{
color: #733136;
}
</style>
background-color css
<style>
a { background-color: #733136; }
a { background-color: rgb(115,49,54); }
div.DivClassName
{
background-color: #733136;
}
.BgClassName
{
background-color: #733136;
}
</style>
border-color css
<style>
span { border-color: #733136; }
span { border-color: rgb(115,49,54); }
td.TdClassName
{
border-color: #733136;
}
.TagClassName
{
border-color: #733136;
}
</style>