Shades of Merlot #66353D
Tints of Merlot #66353D
RGB
CMYK
RGB Variations
Color information
#66353D (or 0x66353D) is known color: Merlot. HEX triplet: 66, 35 and 3D. RGB value is (102,53,61). Sum of RGB (Red+Green+Blue) = 102+53+61=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66353D is #99CAC2. Grayscale: #444444. Windows color (decimal): -10078915 or 4011366. OLE color: 4011366.
HSL color Cylindrical-coordinate representation of color #66353D: hue angle of 350.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66353D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 61 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.6 |
| HSL | 350.2º | 0.32% | 0.3% | - |
| HSV(B) | 350.2º | 0.48% | 0.4% | - |
| XYZ | 7.59 | 5.71 | 5.12 | - |
| YUV | 68.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 61 | 0 | 0.48 | 0.40 | 0.6 | 350.2 | 0.32 | 0.3 |
| Hex | 66 | 35 | 3D | 0 | 30 | 28 | 3C | 15E | 20 | 1E |
| Octal | 146 | 65 | 75 | 0 | 60 | 50 | 74 | 536 | 40 | 36 |
| Binary | 1100110 | 110101 | 111101 | 0 | 110000 | 101000 | 111100 | 101011110 | 100000 | 11110 |
Color Harmonies of #66353D
Complementary color
Monochromatic Colors of #66353D
Black with #66353D
Text Example
Text Example
White with #66353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66353D; }
p { color: rgb(102,53,61); }
H1.HeaderClassName
{
color: #66353D;
}
.AnyTagClassName
{
color: #66353D;
}
</style>
background-color css
<style>
a { background-color: #66353D; }
a { background-color: rgb(102,53,61); }
div.DivClassName
{
background-color: #66353D;
}
.BgClassName
{
background-color: #66353D;
}
</style>
border-color css
<style>
span { border-color: #66353D; }
span { border-color: rgb(102,53,61); }
td.TdClassName
{
border-color: #66353D;
}
.TagClassName
{
border-color: #66353D;
}
</style>