Shades of Merlot #73373B
Tints of Merlot #73373B
RGB
CMYK
RGB Variations
Color information
#73373B (or 0x73373B) is known color: Merlot. HEX triplet: 73, 37 and 3B. RGB value is (115,55,59). Sum of RGB (Red+Green+Blue) = 115+55+59=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373B is #8CC8C4. Grayscale: #494949. Windows color (decimal): -9226437 or 3880819. OLE color: 3880819.
HSL color Cylindrical-coordinate representation of color #73373B: hue angle of 356º 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 #73373B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 59 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.55 |
| HSL | 356º | 0.35% | 0.33% | - |
| HSV(B) | 356º | 0.52% | 0.45% | - |
| XYZ | 9.23 | 6.69 | 4.94 | - |
| YUV | 73.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 59 | 0 | 0.52 | 0.49 | 0.55 | 356 | 0.35 | 0.33 |
| Hex | 73 | 37 | 3B | 0 | 34 | 31 | 37 | 164 | 23 | 21 |
| Octal | 163 | 67 | 73 | 0 | 64 | 61 | 67 | 544 | 43 | 41 |
| Binary | 1110011 | 110111 | 111011 | 0 | 110100 | 110001 | 110111 | 101100100 | 100011 | 100001 |
Color Harmonies of #73373B
Complementary color
Monochromatic Colors of #73373B
Black with #73373B
Text Example
Text Example
White with #73373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73373B; }
p { color: rgb(115,55,59); }
H1.HeaderClassName
{
color: #73373B;
}
.AnyTagClassName
{
color: #73373B;
}
</style>
background-color css
<style>
a { background-color: #73373B; }
a { background-color: rgb(115,55,59); }
div.DivClassName
{
background-color: #73373B;
}
.BgClassName
{
background-color: #73373B;
}
</style>
border-color css
<style>
span { border-color: #73373B; }
span { border-color: rgb(115,55,59); }
td.TdClassName
{
border-color: #73373B;
}
.TagClassName
{
border-color: #73373B;
}
</style>