Shades of Merlot #73303B
Tints of Merlot #73303B
RGB
CMYK
RGB Variations
Color information
#73303B (or 0x73303B) is known color: Merlot. HEX triplet: 73, 30 and 3B. RGB value is (115,48,59). Sum of RGB (Red+Green+Blue) = 115+48+59=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73303B is #8CCFC4. Grayscale: #454545. Windows color (decimal): -9228229 or 3879027. OLE color: 3879027.
HSL color Cylindrical-coordinate representation of color #73303B: hue angle of 350.15º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73303B is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 59 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.55 |
| HSL | 350.15º | 0.41% | 0.32% | - |
| HSV(B) | 350.15º | 0.58% | 0.45% | - |
| XYZ | 8.92 | 6.07 | 4.84 | - |
| YUV | 69.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 59 | 0 | 0.58 | 0.49 | 0.55 | 350.15 | 0.41 | 0.32 |
| Hex | 73 | 30 | 3B | 0 | 3A | 31 | 37 | 15E | 29 | 20 |
| Octal | 163 | 60 | 73 | 0 | 72 | 61 | 67 | 536 | 51 | 40 |
| Binary | 1110011 | 110000 | 111011 | 0 | 111010 | 110001 | 110111 | 101011110 | 101001 | 100000 |
Color Harmonies of #73303B
Complementary color
Monochromatic Colors of #73303B
Black with #73303B
Text Example
Text Example
White with #73303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73303B; }
p { color: rgb(115,48,59); }
H1.HeaderClassName
{
color: #73303B;
}
.AnyTagClassName
{
color: #73303B;
}
</style>
background-color css
<style>
a { background-color: #73303B; }
a { background-color: rgb(115,48,59); }
div.DivClassName
{
background-color: #73303B;
}
.BgClassName
{
background-color: #73303B;
}
</style>
border-color css
<style>
span { border-color: #73303B; }
span { border-color: rgb(115,48,59); }
td.TdClassName
{
border-color: #73303B;
}
.TagClassName
{
border-color: #73303B;
}
</style>