Shades of Merlot #733543
Tints of Merlot #733543
RGB
CMYK
RGB Variations
Color information
#733543 (or 0x733543) is known color: Merlot. HEX triplet: 73, 35 and 43. RGB value is (115,53,67). Sum of RGB (Red+Green+Blue) = 115+53+67=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733543 is #8CCABC. Grayscale: #494949. Windows color (decimal): -9226941 or 4404595. OLE color: 4404595.
HSL color Cylindrical-coordinate representation of color #733543: hue angle of 346.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #733543 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 53 | 67 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.55 |
| HSL | 346.45º | 0.37% | 0.33% | - |
| HSV(B) | 346.45º | 0.54% | 0.45% | - |
| XYZ | 9.36 | 6.6 | 6.09 | - |
| YUV | 73.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 67 | 0 | 0.54 | 0.42 | 0.55 | 346.45 | 0.37 | 0.33 |
| Hex | 73 | 35 | 43 | 0 | 36 | 2A | 37 | 15A | 25 | 21 |
| Octal | 163 | 65 | 103 | 0 | 66 | 52 | 67 | 532 | 45 | 41 |
| Binary | 1110011 | 110101 | 1000011 | 0 | 110110 | 101010 | 110111 | 101011010 | 100101 | 100001 |
Color Harmonies of #733543
Complementary color
Monochromatic Colors of #733543
Black with #733543
Text Example
Text Example
White with #733543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733543; }
p { color: rgb(115,53,67); }
H1.HeaderClassName
{
color: #733543;
}
.AnyTagClassName
{
color: #733543;
}
</style>
background-color css
<style>
a { background-color: #733543; }
a { background-color: rgb(115,53,67); }
div.DivClassName
{
background-color: #733543;
}
.BgClassName
{
background-color: #733543;
}
</style>
border-color css
<style>
span { border-color: #733543; }
span { border-color: rgb(115,53,67); }
td.TdClassName
{
border-color: #733543;
}
.TagClassName
{
border-color: #733543;
}
</style>