Shades of Merlot #64333A
Tints of Merlot #64333A
RGB
CMYK
RGB Variations
Color information
#64333A (or 0x64333A) is known color: Merlot. HEX triplet: 64, 33 and 3A. RGB value is (100,51,58). Sum of RGB (Red+Green+Blue) = 100+51+58=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64333A is #9BCCC5. Grayscale: #424242. Windows color (decimal): -10210502 or 3814244. OLE color: 3814244.
HSL color Cylindrical-coordinate representation of color #64333A: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64333A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 58 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.61 |
| HSL | 351.43º | 0.32% | 0.3% | - |
| HSV(B) | 351.43º | 0.49% | 0.39% | - |
| XYZ | 7.2 | 5.38 | 4.66 | - |
| YUV | 66.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 58 | 0 | 0.49 | 0.42 | 0.61 | 351.43 | 0.32 | 0.3 |
| Hex | 64 | 33 | 3A | 0 | 31 | 2A | 3D | 15F | 20 | 1E |
| Octal | 144 | 63 | 72 | 0 | 61 | 52 | 75 | 537 | 40 | 36 |
| Binary | 1100100 | 110011 | 111010 | 0 | 110001 | 101010 | 111101 | 101011111 | 100000 | 11110 |
Color Harmonies of #64333A
Complementary color
Monochromatic Colors of #64333A
Black with #64333A
Text Example
Text Example
White with #64333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64333A; }
p { color: rgb(100,51,58); }
H1.HeaderClassName
{
color: #64333A;
}
.AnyTagClassName
{
color: #64333A;
}
</style>
background-color css
<style>
a { background-color: #64333A; }
a { background-color: rgb(100,51,58); }
div.DivClassName
{
background-color: #64333A;
}
.BgClassName
{
background-color: #64333A;
}
</style>
border-color css
<style>
span { border-color: #64333A; }
span { border-color: rgb(100,51,58); }
td.TdClassName
{
border-color: #64333A;
}
.TagClassName
{
border-color: #64333A;
}
</style>