Shades of Merlot #73353E
Tints of Merlot #73353E
RGB
CMYK
RGB Variations
Color information
#73353E (or 0x73353E) is known color: Merlot. HEX triplet: 73, 35 and 3E. RGB value is (115,53,62). Sum of RGB (Red+Green+Blue) = 115+53+62=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73353E is #8CCAC1. Grayscale: #484848. Windows color (decimal): -9226946 or 4076915. OLE color: 4076915.
HSL color Cylindrical-coordinate representation of color #73353E: hue angle of 351.29º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73353E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 53 | 62 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.55 |
| HSL | 351.29º | 0.37% | 0.33% | - |
| HSV(B) | 351.29º | 0.54% | 0.45% | - |
| XYZ | 9.21 | 6.54 | 5.33 | - |
| YUV | 72.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 62 | 0 | 0.54 | 0.46 | 0.55 | 351.29 | 0.37 | 0.33 |
| Hex | 73 | 35 | 3E | 0 | 36 | 2E | 37 | 15F | 25 | 21 |
| Octal | 163 | 65 | 76 | 0 | 66 | 56 | 67 | 537 | 45 | 41 |
| Binary | 1110011 | 110101 | 111110 | 0 | 110110 | 101110 | 110111 | 101011111 | 100101 | 100001 |
Color Harmonies of #73353E
Complementary color
Monochromatic Colors of #73353E
Black with #73353E
Text Example
Text Example
White with #73353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73353E; }
p { color: rgb(115,53,62); }
H1.HeaderClassName
{
color: #73353E;
}
.AnyTagClassName
{
color: #73353E;
}
</style>
background-color css
<style>
a { background-color: #73353E; }
a { background-color: rgb(115,53,62); }
div.DivClassName
{
background-color: #73353E;
}
.BgClassName
{
background-color: #73353E;
}
</style>
border-color css
<style>
span { border-color: #73353E; }
span { border-color: rgb(115,53,62); }
td.TdClassName
{
border-color: #73353E;
}
.TagClassName
{
border-color: #73353E;
}
</style>