Shades of Merlot #64353C
Tints of Merlot #64353C
RGB
CMYK
RGB Variations
Color information
#64353C (or 0x64353C) is known color: Merlot. HEX triplet: 64, 35 and 3C. RGB value is (100,53,60). Sum of RGB (Red+Green+Blue) = 100+53+60=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64353C is #9BCAC3. Grayscale: #434343. Windows color (decimal): -10209988 or 3945828. OLE color: 3945828.
HSL color Cylindrical-coordinate representation of color #64353C: hue angle of 351.06º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64353C is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 60 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.61 |
| HSL | 351.06º | 0.31% | 0.3% | - |
| HSV(B) | 351.06º | 0.47% | 0.39% | - |
| XYZ | 7.34 | 5.58 | 4.97 | - |
| YUV | 67.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 60 | 0 | 0.47 | 0.4 | 0.61 | 351.06 | 0.31 | 0.3 |
| Hex | 64 | 35 | 3C | 0 | 2F | 28 | 3D | 15F | 1F | 1E |
| Octal | 144 | 65 | 74 | 0 | 57 | 50 | 75 | 537 | 37 | 36 |
| Binary | 1100100 | 110101 | 111100 | 0 | 101111 | 101000 | 111101 | 101011111 | 11111 | 11110 |
Color Harmonies of #64353C
Complementary color
Monochromatic Colors of #64353C
Black with #64353C
Text Example
Text Example
White with #64353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64353C; }
p { color: rgb(100,53,60); }
H1.HeaderClassName
{
color: #64353C;
}
.AnyTagClassName
{
color: #64353C;
}
</style>
background-color css
<style>
a { background-color: #64353C; }
a { background-color: rgb(100,53,60); }
div.DivClassName
{
background-color: #64353C;
}
.BgClassName
{
background-color: #64353C;
}
</style>
border-color css
<style>
span { border-color: #64353C; }
span { border-color: rgb(100,53,60); }
td.TdClassName
{
border-color: #64353C;
}
.TagClassName
{
border-color: #64353C;
}
</style>