Shades of Merlot #64383A
Tints of Merlot #64383A
RGB
CMYK
RGB Variations
Color information
#64383A (or 0x64383A) is known color: Merlot. HEX triplet: 64, 38 and 3A. RGB value is (100,56,58). Sum of RGB (Red+Green+Blue) = 100+56+58=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64383A is #9BC7C5. Grayscale: #454545. Windows color (decimal): -10209222 or 3815524. OLE color: 3815524.
HSL color Cylindrical-coordinate representation of color #64383A: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64383A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 56 | 58 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.61 |
| HSL | 357.27º | 0.28% | 0.31% | - |
| HSV(B) | 357.27º | 0.44% | 0.39% | - |
| XYZ | 7.43 | 5.84 | 4.74 | - |
| YUV | 69.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 58 | 0 | 0.44 | 0.42 | 0.61 | 357.27 | 0.28 | 0.31 |
| Hex | 64 | 38 | 3A | 0 | 2C | 2A | 3D | 165 | 1C | 1F |
| Octal | 144 | 70 | 72 | 0 | 54 | 52 | 75 | 545 | 34 | 37 |
| Binary | 1100100 | 111000 | 111010 | 0 | 101100 | 101010 | 111101 | 101100101 | 11100 | 11111 |
Color Harmonies of #64383A
Complementary color
Monochromatic Colors of #64383A
Black with #64383A
Text Example
Text Example
White with #64383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64383A; }
p { color: rgb(100,56,58); }
H1.HeaderClassName
{
color: #64383A;
}
.AnyTagClassName
{
color: #64383A;
}
</style>
background-color css
<style>
a { background-color: #64383A; }
a { background-color: rgb(100,56,58); }
div.DivClassName
{
background-color: #64383A;
}
.BgClassName
{
background-color: #64383A;
}
</style>
border-color css
<style>
span { border-color: #64383A; }
span { border-color: rgb(100,56,58); }
td.TdClassName
{
border-color: #64383A;
}
.TagClassName
{
border-color: #64383A;
}
</style>