Shades of Merlot #66353A
Tints of Merlot #66353A
RGB
CMYK
RGB Variations
Color information
#66353A (or 0x66353A) is known color: Merlot. HEX triplet: 66, 35 and 3A. RGB value is (102,53,58). Sum of RGB (Red+Green+Blue) = 102+53+58=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66353A is #99CAC5. Grayscale: #444444. Windows color (decimal): -10078918 or 3814758. OLE color: 3814758.
HSL color Cylindrical-coordinate representation of color #66353A: hue angle of 353.88º 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 #66353A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 58 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.6 |
| HSL | 353.88º | 0.32% | 0.3% | - |
| HSV(B) | 353.88º | 0.48% | 0.4% | - |
| XYZ | 7.52 | 5.68 | 4.7 | - |
| YUV | 68.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 58 | 0 | 0.48 | 0.43 | 0.6 | 353.88 | 0.32 | 0.3 |
| Hex | 66 | 35 | 3A | 0 | 30 | 2B | 3C | 162 | 20 | 1E |
| Octal | 146 | 65 | 72 | 0 | 60 | 53 | 74 | 542 | 40 | 36 |
| Binary | 1100110 | 110101 | 111010 | 0 | 110000 | 101011 | 111100 | 101100010 | 100000 | 11110 |
Color Harmonies of #66353A
Complementary color
Monochromatic Colors of #66353A
Black with #66353A
Text Example
Text Example
White with #66353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66353A; }
p { color: rgb(102,53,58); }
H1.HeaderClassName
{
color: #66353A;
}
.AnyTagClassName
{
color: #66353A;
}
</style>
background-color css
<style>
a { background-color: #66353A; }
a { background-color: rgb(102,53,58); }
div.DivClassName
{
background-color: #66353A;
}
.BgClassName
{
background-color: #66353A;
}
</style>
border-color css
<style>
span { border-color: #66353A; }
span { border-color: rgb(102,53,58); }
td.TdClassName
{
border-color: #66353A;
}
.TagClassName
{
border-color: #66353A;
}
</style>