Shades of Merlot #73383C
Tints of Merlot #73383C
RGB
CMYK
RGB Variations
Color information
#73383C (or 0x73383C) is known color: Merlot. HEX triplet: 73, 38 and 3C. RGB value is (115,56,60). Sum of RGB (Red+Green+Blue) = 115+56+60=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73383C is #8CC7C3. Grayscale: #4A4A4A. Windows color (decimal): -9226180 or 3946611. OLE color: 3946611.
HSL color Cylindrical-coordinate representation of color #73383C: hue angle of 355.93º 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 #73383C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 60 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.55 |
| HSL | 355.93º | 0.35% | 0.34% | - |
| HSV(B) | 355.93º | 0.51% | 0.45% | - |
| XYZ | 9.3 | 6.8 | 5.1 | - |
| YUV | 74.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 60 | 0 | 0.51 | 0.48 | 0.55 | 355.93 | 0.35 | 0.34 |
| Hex | 73 | 38 | 3C | 0 | 33 | 30 | 37 | 164 | 23 | 22 |
| Octal | 163 | 70 | 74 | 0 | 63 | 60 | 67 | 544 | 43 | 42 |
| Binary | 1110011 | 111000 | 111100 | 0 | 110011 | 110000 | 110111 | 101100100 | 100011 | 100010 |
Color Harmonies of #73383C
Complementary color
Monochromatic Colors of #73383C
Black with #73383C
Text Example
Text Example
White with #73383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73383C; }
p { color: rgb(115,56,60); }
H1.HeaderClassName
{
color: #73383C;
}
.AnyTagClassName
{
color: #73383C;
}
</style>
background-color css
<style>
a { background-color: #73383C; }
a { background-color: rgb(115,56,60); }
div.DivClassName
{
background-color: #73383C;
}
.BgClassName
{
background-color: #73383C;
}
</style>
border-color css
<style>
span { border-color: #73383C; }
span { border-color: rgb(115,56,60); }
td.TdClassName
{
border-color: #73383C;
}
.TagClassName
{
border-color: #73383C;
}
</style>