Shades of Merlot #73383B
Tints of Merlot #73383B
RGB
CMYK
RGB Variations
Color information
#73383B (or 0x73383B) is known color: Merlot. HEX triplet: 73, 38 and 3B. RGB value is (115,56,59). Sum of RGB (Red+Green+Blue) = 115+56+59=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73383B is #8CC7C4. Grayscale: #4A4A4A. Windows color (decimal): -9226181 or 3881075. OLE color: 3881075.
HSL color Cylindrical-coordinate representation of color #73383B: hue angle of 356.95º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73383B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 59 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.55 |
| HSL | 356.95º | 0.35% | 0.34% | - |
| HSV(B) | 356.95º | 0.51% | 0.45% | - |
| XYZ | 9.27 | 6.79 | 4.96 | - |
| YUV | 73.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 59 | 0 | 0.51 | 0.49 | 0.55 | 356.95 | 0.35 | 0.34 |
| Hex | 73 | 38 | 3B | 0 | 33 | 31 | 37 | 165 | 23 | 22 |
| Octal | 163 | 70 | 73 | 0 | 63 | 61 | 67 | 545 | 43 | 42 |
| Binary | 1110011 | 111000 | 111011 | 0 | 110011 | 110001 | 110111 | 101100101 | 100011 | 100010 |
Color Harmonies of #73383B
Complementary color
Monochromatic Colors of #73383B
Black with #73383B
Text Example
Text Example
White with #73383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73383B; }
p { color: rgb(115,56,59); }
H1.HeaderClassName
{
color: #73383B;
}
.AnyTagClassName
{
color: #73383B;
}
</style>
background-color css
<style>
a { background-color: #73383B; }
a { background-color: rgb(115,56,59); }
div.DivClassName
{
background-color: #73383B;
}
.BgClassName
{
background-color: #73383B;
}
</style>
border-color css
<style>
span { border-color: #73383B; }
span { border-color: rgb(115,56,59); }
td.TdClassName
{
border-color: #73383B;
}
.TagClassName
{
border-color: #73383B;
}
</style>