Shades of Merlot #73373C
Tints of Merlot #73373C
RGB
CMYK
RGB Variations
Color information
#73373C (or 0x73373C) is known color: Merlot. HEX triplet: 73, 37 and 3C. RGB value is (115,55,60). Sum of RGB (Red+Green+Blue) = 115+55+60=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373C is #8CC8C3. Grayscale: #494949. Windows color (decimal): -9226436 or 3946355. OLE color: 3946355.
HSL color Cylindrical-coordinate representation of color #73373C: hue angle of 355º 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 #73373C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 60 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.55 |
| HSL | 355º | 0.35% | 0.33% | - |
| HSV(B) | 355º | 0.52% | 0.45% | - |
| XYZ | 9.25 | 6.7 | 5.08 | - |
| YUV | 73.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 60 | 0 | 0.52 | 0.48 | 0.55 | 355 | 0.35 | 0.33 |
| Hex | 73 | 37 | 3C | 0 | 34 | 30 | 37 | 163 | 23 | 21 |
| Octal | 163 | 67 | 74 | 0 | 64 | 60 | 67 | 543 | 43 | 41 |
| Binary | 1110011 | 110111 | 111100 | 0 | 110100 | 110000 | 110111 | 101100011 | 100011 | 100001 |
Color Harmonies of #73373C
Complementary color
Monochromatic Colors of #73373C
Black with #73373C
Text Example
Text Example
White with #73373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73373C; }
p { color: rgb(115,55,60); }
H1.HeaderClassName
{
color: #73373C;
}
.AnyTagClassName
{
color: #73373C;
}
</style>
background-color css
<style>
a { background-color: #73373C; }
a { background-color: rgb(115,55,60); }
div.DivClassName
{
background-color: #73373C;
}
.BgClassName
{
background-color: #73373C;
}
</style>
border-color css
<style>
span { border-color: #73373C; }
span { border-color: rgb(115,55,60); }
td.TdClassName
{
border-color: #73373C;
}
.TagClassName
{
border-color: #73373C;
}
</style>