Shades of Merlot #64393E
Tints of Merlot #64393E
RGB
CMYK
RGB Variations
Color information
#64393E (or 0x64393E) is known color: Merlot. HEX triplet: 64, 39 and 3E. RGB value is (100,57,62). Sum of RGB (Red+Green+Blue) = 100+57+62=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #64393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64393E is #9BC6C1. Grayscale: #464646. Windows color (decimal): -10208962 or 4077924. OLE color: 4077924.
HSL color Cylindrical-coordinate representation of color #64393E: hue angle of 353.02º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64393E is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 62 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.61 |
| HSL | 353.02º | 0.27% | 0.31% | - |
| HSV(B) | 353.02º | 0.43% | 0.39% | - |
| XYZ | 7.59 | 5.98 | 5.31 | - |
| YUV | 70.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 62 | 0 | 0.43 | 0.38 | 0.61 | 353.02 | 0.27 | 0.31 |
| Hex | 64 | 39 | 3E | 0 | 2B | 26 | 3D | 161 | 1B | 1F |
| Octal | 144 | 71 | 76 | 0 | 53 | 46 | 75 | 541 | 33 | 37 |
| Binary | 1100100 | 111001 | 111110 | 0 | 101011 | 100110 | 111101 | 101100001 | 11011 | 11111 |
Color Harmonies of #64393E
Complementary color
Monochromatic Colors of #64393E
Black with #64393E
Text Example
Text Example
White with #64393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64393E; }
p { color: rgb(100,57,62); }
H1.HeaderClassName
{
color: #64393E;
}
.AnyTagClassName
{
color: #64393E;
}
</style>
background-color css
<style>
a { background-color: #64393E; }
a { background-color: rgb(100,57,62); }
div.DivClassName
{
background-color: #64393E;
}
.BgClassName
{
background-color: #64393E;
}
</style>
border-color css
<style>
span { border-color: #64393E; }
span { border-color: rgb(100,57,62); }
td.TdClassName
{
border-color: #64393E;
}
.TagClassName
{
border-color: #64393E;
}
</style>