Shades of Merlot #73373F
Tints of Merlot #73373F
RGB
CMYK
RGB Variations
Color information
#73373F (or 0x73373F) is known color: Merlot. HEX triplet: 73, 37 and 3F. RGB value is (115,55,63). Sum of RGB (Red+Green+Blue) = 115+55+63=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373F is #8CC8C0. Grayscale: #494949. Windows color (decimal): -9226433 or 4142963. OLE color: 4142963.
HSL color Cylindrical-coordinate representation of color #73373F: hue angle of 352º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73373F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 63 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.55 |
| HSL | 352º | 0.35% | 0.33% | - |
| HSV(B) | 352º | 0.52% | 0.45% | - |
| XYZ | 9.33 | 6.74 | 5.51 | - |
| YUV | 73.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 63 | 0 | 0.52 | 0.45 | 0.55 | 352 | 0.35 | 0.33 |
| Hex | 73 | 37 | 3F | 0 | 34 | 2D | 37 | 160 | 23 | 21 |
| Octal | 163 | 67 | 77 | 0 | 64 | 55 | 67 | 540 | 43 | 41 |
| Binary | 1110011 | 110111 | 111111 | 0 | 110100 | 101101 | 110111 | 101100000 | 100011 | 100001 |
Color Harmonies of #73373F
Complementary color
Monochromatic Colors of #73373F
Black with #73373F
Text Example
Text Example
White with #73373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73373F; }
p { color: rgb(115,55,63); }
H1.HeaderClassName
{
color: #73373F;
}
.AnyTagClassName
{
color: #73373F;
}
</style>
background-color css
<style>
a { background-color: #73373F; }
a { background-color: rgb(115,55,63); }
div.DivClassName
{
background-color: #73373F;
}
.BgClassName
{
background-color: #73373F;
}
</style>
border-color css
<style>
span { border-color: #73373F; }
span { border-color: rgb(115,55,63); }
td.TdClassName
{
border-color: #73373F;
}
.TagClassName
{
border-color: #73373F;
}
</style>