Shades of Merlot #64343A
Tints of Merlot #64343A
RGB
CMYK
RGB Variations
Color information
#64343A (or 0x64343A) is known color: Merlot. HEX triplet: 64, 34 and 3A. RGB value is (100,52,58). Sum of RGB (Red+Green+Blue) = 100+52+58=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64343A is #9BCBC5. Grayscale: #434343. Windows color (decimal): -10210246 or 3814500. OLE color: 3814500.
HSL color Cylindrical-coordinate representation of color #64343A: hue angle of 352.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64343A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 58 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.61 |
| HSL | 352.5º | 0.32% | 0.3% | - |
| HSV(B) | 352.5º | 0.48% | 0.39% | - |
| XYZ | 7.25 | 5.47 | 4.68 | - |
| YUV | 67.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 58 | 0 | 0.48 | 0.42 | 0.61 | 352.5 | 0.32 | 0.3 |
| Hex | 64 | 34 | 3A | 0 | 30 | 2A | 3D | 160 | 20 | 1E |
| Octal | 144 | 64 | 72 | 0 | 60 | 52 | 75 | 540 | 40 | 36 |
| Binary | 1100100 | 110100 | 111010 | 0 | 110000 | 101010 | 111101 | 101100000 | 100000 | 11110 |
Color Harmonies of #64343A
Complementary color
Monochromatic Colors of #64343A
Black with #64343A
Text Example
Text Example
White with #64343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64343A; }
p { color: rgb(100,52,58); }
H1.HeaderClassName
{
color: #64343A;
}
.AnyTagClassName
{
color: #64343A;
}
</style>
background-color css
<style>
a { background-color: #64343A; }
a { background-color: rgb(100,52,58); }
div.DivClassName
{
background-color: #64343A;
}
.BgClassName
{
background-color: #64343A;
}
</style>
border-color css
<style>
span { border-color: #64343A; }
span { border-color: rgb(100,52,58); }
td.TdClassName
{
border-color: #64343A;
}
.TagClassName
{
border-color: #64343A;
}
</style>