Shades of Merlot #73333E
Tints of Merlot #73333E
RGB
CMYK
RGB Variations
Color information
#73333E (or 0x73333E) is known color: Merlot. HEX triplet: 73, 33 and 3E. RGB value is (115,51,62). Sum of RGB (Red+Green+Blue) = 115+51+62=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333E is #8CCCC1. Grayscale: #474747. Windows color (decimal): -9227458 or 4076403. OLE color: 4076403.
HSL color Cylindrical-coordinate representation of color #73333E: hue angle of 349.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73333E is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 62 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.55 |
| HSL | 349.69º | 0.39% | 0.33% | - |
| HSV(B) | 349.69º | 0.56% | 0.45% | - |
| XYZ | 9.12 | 6.36 | 5.3 | - |
| YUV | 71.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 62 | 0 | 0.56 | 0.46 | 0.55 | 349.69 | 0.39 | 0.33 |
| Hex | 73 | 33 | 3E | 0 | 38 | 2E | 37 | 15E | 27 | 21 |
| Octal | 163 | 63 | 76 | 0 | 70 | 56 | 67 | 536 | 47 | 41 |
| Binary | 1110011 | 110011 | 111110 | 0 | 111000 | 101110 | 110111 | 101011110 | 100111 | 100001 |
Color Harmonies of #73333E
Complementary color
Monochromatic Colors of #73333E
Black with #73333E
Text Example
Text Example
White with #73333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73333E; }
p { color: rgb(115,51,62); }
H1.HeaderClassName
{
color: #73333E;
}
.AnyTagClassName
{
color: #73333E;
}
</style>
background-color css
<style>
a { background-color: #73333E; }
a { background-color: rgb(115,51,62); }
div.DivClassName
{
background-color: #73333E;
}
.BgClassName
{
background-color: #73333E;
}
</style>
border-color css
<style>
span { border-color: #73333E; }
span { border-color: rgb(115,51,62); }
td.TdClassName
{
border-color: #73333E;
}
.TagClassName
{
border-color: #73333E;
}
</style>