Shades of Merlot #733242
Tints of Merlot #733242
RGB
CMYK
RGB Variations
Color information
#733242 (or 0x733242) is known color: Merlot. HEX triplet: 73, 32 and 42. RGB value is (115,50,66). Sum of RGB (Red+Green+Blue) = 115+50+66=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733242 is #8CCDBD. Grayscale: #474747. Windows color (decimal): -9227710 or 4338291. OLE color: 4338291.
HSL color Cylindrical-coordinate representation of color #733242: hue angle of 345.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 #733242 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 66 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.55 |
| HSL | 345.23º | 0.39% | 0.32% | - |
| HSV(B) | 345.23º | 0.57% | 0.45% | - |
| XYZ | 9.19 | 6.32 | 5.89 | - |
| YUV | 71.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 66 | 0 | 0.57 | 0.43 | 0.55 | 345.23 | 0.39 | 0.32 |
| Hex | 73 | 32 | 42 | 0 | 39 | 2B | 37 | 159 | 27 | 20 |
| Octal | 163 | 62 | 102 | 0 | 71 | 53 | 67 | 531 | 47 | 40 |
| Binary | 1110011 | 110010 | 1000010 | 0 | 111001 | 101011 | 110111 | 101011001 | 100111 | 100000 |
Color Harmonies of #733242
Complementary color
Monochromatic Colors of #733242
Black with #733242
Text Example
Text Example
White with #733242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733242; }
p { color: rgb(115,50,66); }
H1.HeaderClassName
{
color: #733242;
}
.AnyTagClassName
{
color: #733242;
}
</style>
background-color css
<style>
a { background-color: #733242; }
a { background-color: rgb(115,50,66); }
div.DivClassName
{
background-color: #733242;
}
.BgClassName
{
background-color: #733242;
}
</style>
border-color css
<style>
span { border-color: #733242; }
span { border-color: rgb(115,50,66); }
td.TdClassName
{
border-color: #733242;
}
.TagClassName
{
border-color: #733242;
}
</style>