Shades of Merlot #64393C
Tints of Merlot #64393C
RGB
CMYK
RGB Variations
Color information
#64393C (or 0x64393C) is known color: Merlot. HEX triplet: 64, 39 and 3C. RGB value is (100,57,60). Sum of RGB (Red+Green+Blue) = 100+57+60=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64393C is #9BC6C3. Grayscale: #464646. Windows color (decimal): -10208964 or 3946852. OLE color: 3946852.
HSL color Cylindrical-coordinate representation of color #64393C: hue angle of 355.81º 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 #64393C is Cyan = 0, Magento = 0.43, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 60 | - |
| CMYK | 0 | 0.43 | 0.4 | 0.61 |
| HSL | 355.81º | 0.27% | 0.31% | - |
| HSV(B) | 355.81º | 0.43% | 0.39% | - |
| XYZ | 7.53 | 5.96 | 5.03 | - |
| YUV | 70.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 60 | 0 | 0.43 | 0.4 | 0.61 | 355.81 | 0.27 | 0.31 |
| Hex | 64 | 39 | 3C | 0 | 2B | 28 | 3D | 164 | 1B | 1F |
| Octal | 144 | 71 | 74 | 0 | 53 | 50 | 75 | 544 | 33 | 37 |
| Binary | 1100100 | 111001 | 111100 | 0 | 101011 | 101000 | 111101 | 101100100 | 11011 | 11111 |
Color Harmonies of #64393C
Complementary color
Monochromatic Colors of #64393C
Black with #64393C
Text Example
Text Example
White with #64393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64393C; }
p { color: rgb(100,57,60); }
H1.HeaderClassName
{
color: #64393C;
}
.AnyTagClassName
{
color: #64393C;
}
</style>
background-color css
<style>
a { background-color: #64393C; }
a { background-color: rgb(100,57,60); }
div.DivClassName
{
background-color: #64393C;
}
.BgClassName
{
background-color: #64393C;
}
</style>
border-color css
<style>
span { border-color: #64393C; }
span { border-color: rgb(100,57,60); }
td.TdClassName
{
border-color: #64393C;
}
.TagClassName
{
border-color: #64393C;
}
</style>