Shades of Merlot #66373D
Tints of Merlot #66373D
RGB
CMYK
RGB Variations
Color information
#66373D (or 0x66373D) is known color: Merlot. HEX triplet: 66, 37 and 3D. RGB value is (102,55,61). Sum of RGB (Red+Green+Blue) = 102+55+61=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66373D is #99C8C2. Grayscale: #454545. Windows color (decimal): -10078403 or 4011878. OLE color: 4011878.
HSL color Cylindrical-coordinate representation of color #66373D: hue angle of 352.34º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66373D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 61 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.6 |
| HSL | 352.34º | 0.3% | 0.31% | - |
| HSV(B) | 352.34º | 0.46% | 0.4% | - |
| XYZ | 7.69 | 5.89 | 5.15 | - |
| YUV | 69.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 61 | 0 | 0.46 | 0.40 | 0.6 | 352.34 | 0.3 | 0.31 |
| Hex | 66 | 37 | 3D | 0 | 2E | 28 | 3C | 160 | 1E | 1F |
| Octal | 146 | 67 | 75 | 0 | 56 | 50 | 74 | 540 | 36 | 37 |
| Binary | 1100110 | 110111 | 111101 | 0 | 101110 | 101000 | 111100 | 101100000 | 11110 | 11111 |
Color Harmonies of #66373D
Complementary color
Monochromatic Colors of #66373D
Black with #66373D
Text Example
Text Example
White with #66373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66373D; }
p { color: rgb(102,55,61); }
H1.HeaderClassName
{
color: #66373D;
}
.AnyTagClassName
{
color: #66373D;
}
</style>
background-color css
<style>
a { background-color: #66373D; }
a { background-color: rgb(102,55,61); }
div.DivClassName
{
background-color: #66373D;
}
.BgClassName
{
background-color: #66373D;
}
</style>
border-color css
<style>
span { border-color: #66373D; }
span { border-color: rgb(102,55,61); }
td.TdClassName
{
border-color: #66373D;
}
.TagClassName
{
border-color: #66373D;
}
</style>