Shades of Merlot #73373E
Tints of Merlot #73373E
RGB
CMYK
RGB Variations
Color information
#73373E (or 0x73373E) is known color: Merlot. HEX triplet: 73, 37 and 3E. RGB value is (115,55,62). Sum of RGB (Red+Green+Blue) = 115+55+62=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373E is #8CC8C1. Grayscale: #494949. Windows color (decimal): -9226434 or 4077427. OLE color: 4077427.
HSL color Cylindrical-coordinate representation of color #73373E: hue angle of 353º 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 #73373E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 62 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.55 |
| HSL | 353º | 0.35% | 0.33% | - |
| HSV(B) | 353º | 0.52% | 0.45% | - |
| XYZ | 9.31 | 6.73 | 5.37 | - |
| YUV | 73.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 62 | 0 | 0.52 | 0.46 | 0.55 | 353 | 0.35 | 0.33 |
| Hex | 73 | 37 | 3E | 0 | 34 | 2E | 37 | 161 | 23 | 21 |
| Octal | 163 | 67 | 76 | 0 | 64 | 56 | 67 | 541 | 43 | 41 |
| Binary | 1110011 | 110111 | 111110 | 0 | 110100 | 101110 | 110111 | 101100001 | 100011 | 100001 |
Color Harmonies of #73373E
Complementary color
Monochromatic Colors of #73373E
Black with #73373E
Text Example
Text Example
White with #73373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73373E; }
p { color: rgb(115,55,62); }
H1.HeaderClassName
{
color: #73373E;
}
.AnyTagClassName
{
color: #73373E;
}
</style>
background-color css
<style>
a { background-color: #73373E; }
a { background-color: rgb(115,55,62); }
div.DivClassName
{
background-color: #73373E;
}
.BgClassName
{
background-color: #73373E;
}
</style>
border-color css
<style>
span { border-color: #73373E; }
span { border-color: rgb(115,55,62); }
td.TdClassName
{
border-color: #73373E;
}
.TagClassName
{
border-color: #73373E;
}
</style>