Shades of Merlot #66343A
Tints of Merlot #66343A
RGB
CMYK
RGB Variations
Color information
#66343A (or 0x66343A) is known color: Merlot. HEX triplet: 66, 34 and 3A. RGB value is (102,52,58). Sum of RGB (Red+Green+Blue) = 102+52+58=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66343A is #99CBC5. Grayscale: #434343. Windows color (decimal): -10079174 or 3814502. OLE color: 3814502.
HSL color Cylindrical-coordinate representation of color #66343A: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66343A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 58 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.6 |
| HSL | 352.8º | 0.32% | 0.3% | - |
| HSV(B) | 352.8º | 0.49% | 0.4% | - |
| XYZ | 7.47 | 5.59 | 4.69 | - |
| YUV | 67.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 58 | 0 | 0.49 | 0.43 | 0.6 | 352.8 | 0.32 | 0.3 |
| Hex | 66 | 34 | 3A | 0 | 31 | 2B | 3C | 161 | 20 | 1E |
| Octal | 146 | 64 | 72 | 0 | 61 | 53 | 74 | 541 | 40 | 36 |
| Binary | 1100110 | 110100 | 111010 | 0 | 110001 | 101011 | 111100 | 101100001 | 100000 | 11110 |
Color Harmonies of #66343A
Complementary color
Monochromatic Colors of #66343A
Black with #66343A
Text Example
Text Example
White with #66343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66343A; }
p { color: rgb(102,52,58); }
H1.HeaderClassName
{
color: #66343A;
}
.AnyTagClassName
{
color: #66343A;
}
</style>
background-color css
<style>
a { background-color: #66343A; }
a { background-color: rgb(102,52,58); }
div.DivClassName
{
background-color: #66343A;
}
.BgClassName
{
background-color: #66343A;
}
</style>
border-color css
<style>
span { border-color: #66343A; }
span { border-color: rgb(102,52,58); }
td.TdClassName
{
border-color: #66343A;
}
.TagClassName
{
border-color: #66343A;
}
</style>