Shades of Merlot #733639
Tints of Merlot #733639
RGB
CMYK
RGB Variations
Color information
#733639 (or 0x733639) is known color: Merlot. HEX triplet: 73, 36 and 39. RGB value is (115,54,57). Sum of RGB (Red+Green+Blue) = 115+54+57=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #733639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733639 is #8CC9C6. Grayscale: #484848. Windows color (decimal): -9226695 or 3749491. OLE color: 3749491.
HSL color Cylindrical-coordinate representation of color #733639: hue angle of 357.05º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #733639 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 54 | 57 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.55 |
| HSL | 357.05º | 0.36% | 0.33% | - |
| HSV(B) | 357.05º | 0.53% | 0.45% | - |
| XYZ | 9.13 | 6.58 | 4.66 | - |
| YUV | 72.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 57 | 0 | 0.53 | 0.50 | 0.55 | 357.05 | 0.36 | 0.33 |
| Hex | 73 | 36 | 39 | 0 | 35 | 32 | 37 | 165 | 24 | 21 |
| Octal | 163 | 66 | 71 | 0 | 65 | 62 | 67 | 545 | 44 | 41 |
| Binary | 1110011 | 110110 | 111001 | 0 | 110101 | 110010 | 110111 | 101100101 | 100100 | 100001 |
Color Harmonies of #733639
Complementary color
Monochromatic Colors of #733639
Black with #733639
Text Example
Text Example
White with #733639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733639; }
p { color: rgb(115,54,57); }
H1.HeaderClassName
{
color: #733639;
}
.AnyTagClassName
{
color: #733639;
}
</style>
background-color css
<style>
a { background-color: #733639; }
a { background-color: rgb(115,54,57); }
div.DivClassName
{
background-color: #733639;
}
.BgClassName
{
background-color: #733639;
}
</style>
border-color css
<style>
span { border-color: #733639; }
span { border-color: rgb(115,54,57); }
td.TdClassName
{
border-color: #733639;
}
.TagClassName
{
border-color: #733639;
}
</style>