Shades of Merlot #733440
Tints of Merlot #733440
RGB
CMYK
RGB Variations
Color information
#733440 (or 0x733440) is known color: Merlot. HEX triplet: 73, 34 and 40. RGB value is (115,52,64). Sum of RGB (Red+Green+Blue) = 115+52+64=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733440 is #8CCBBF. Grayscale: #484848. Windows color (decimal): -9227200 or 4207731. OLE color: 4207731.
HSL color Cylindrical-coordinate representation of color #733440: hue angle of 348.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #733440 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 64 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.55 |
| HSL | 348.57º | 0.38% | 0.33% | - |
| HSV(B) | 348.57º | 0.55% | 0.45% | - |
| XYZ | 9.22 | 6.47 | 5.61 | - |
| YUV | 72.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 64 | 0 | 0.55 | 0.44 | 0.55 | 348.57 | 0.38 | 0.33 |
| Hex | 73 | 34 | 40 | 0 | 37 | 2C | 37 | 15D | 26 | 21 |
| Octal | 163 | 64 | 100 | 0 | 67 | 54 | 67 | 535 | 46 | 41 |
| Binary | 1110011 | 110100 | 1000000 | 0 | 110111 | 101100 | 110111 | 101011101 | 100110 | 100001 |
Color Harmonies of #733440
Complementary color
Monochromatic Colors of #733440
Black with #733440
Text Example
Text Example
White with #733440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733440; }
p { color: rgb(115,52,64); }
H1.HeaderClassName
{
color: #733440;
}
.AnyTagClassName
{
color: #733440;
}
</style>
background-color css
<style>
a { background-color: #733440; }
a { background-color: rgb(115,52,64); }
div.DivClassName
{
background-color: #733440;
}
.BgClassName
{
background-color: #733440;
}
</style>
border-color css
<style>
span { border-color: #733440; }
span { border-color: rgb(115,52,64); }
td.TdClassName
{
border-color: #733440;
}
.TagClassName
{
border-color: #733440;
}
</style>