Shades of Merlot #64393D
Tints of Merlot #64393D
RGB
CMYK
RGB Variations
Color information
#64393D (or 0x64393D) is known color: Merlot. HEX triplet: 64, 39 and 3D. RGB value is (100,57,61). Sum of RGB (Red+Green+Blue) = 100+57+61=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64393D is #9BC6C2. Grayscale: #464646. Windows color (decimal): -10208963 or 4012388. OLE color: 4012388.
HSL color Cylindrical-coordinate representation of color #64393D: hue angle of 354.42º 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 #64393D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 61 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.61 |
| HSL | 354.42º | 0.27% | 0.31% | - |
| HSV(B) | 354.42º | 0.43% | 0.39% | - |
| XYZ | 7.56 | 5.97 | 5.17 | - |
| YUV | 70.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 61 | 0 | 0.43 | 0.39 | 0.61 | 354.42 | 0.27 | 0.31 |
| Hex | 64 | 39 | 3D | 0 | 2B | 27 | 3D | 162 | 1B | 1F |
| Octal | 144 | 71 | 75 | 0 | 53 | 47 | 75 | 542 | 33 | 37 |
| Binary | 1100100 | 111001 | 111101 | 0 | 101011 | 100111 | 111101 | 101100010 | 11011 | 11111 |
Color Harmonies of #64393D
Complementary color
Monochromatic Colors of #64393D
Black with #64393D
Text Example
Text Example
White with #64393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64393D; }
p { color: rgb(100,57,61); }
H1.HeaderClassName
{
color: #64393D;
}
.AnyTagClassName
{
color: #64393D;
}
</style>
background-color css
<style>
a { background-color: #64393D; }
a { background-color: rgb(100,57,61); }
div.DivClassName
{
background-color: #64393D;
}
.BgClassName
{
background-color: #64393D;
}
</style>
border-color css
<style>
span { border-color: #64393D; }
span { border-color: rgb(100,57,61); }
td.TdClassName
{
border-color: #64393D;
}
.TagClassName
{
border-color: #64393D;
}
</style>