Shades of Merlot #66373F
Tints of Merlot #66373F
RGB
CMYK
RGB Variations
Color information
#66373F (or 0x66373F) is known color: Merlot. HEX triplet: 66, 37 and 3F. RGB value is (102,55,63). Sum of RGB (Red+Green+Blue) = 102+55+63=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66373F is #99C8C0. Grayscale: #454545. Windows color (decimal): -10078401 or 4142950. OLE color: 4142950.
HSL color Cylindrical-coordinate representation of color #66373F: hue angle of 349.79º 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 #66373F is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 63 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.6 |
| HSL | 349.79º | 0.3% | 0.31% | - |
| HSV(B) | 349.79º | 0.46% | 0.4% | - |
| XYZ | 7.74 | 5.92 | 5.44 | - |
| YUV | 69.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 63 | 0 | 0.46 | 0.38 | 0.6 | 349.79 | 0.3 | 0.31 |
| Hex | 66 | 37 | 3F | 0 | 2E | 26 | 3C | 15E | 1E | 1F |
| Octal | 146 | 67 | 77 | 0 | 56 | 46 | 74 | 536 | 36 | 37 |
| Binary | 1100110 | 110111 | 111111 | 0 | 101110 | 100110 | 111100 | 101011110 | 11110 | 11111 |
Color Harmonies of #66373F
Complementary color
Monochromatic Colors of #66373F
Black with #66373F
Text Example
Text Example
White with #66373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66373F; }
p { color: rgb(102,55,63); }
H1.HeaderClassName
{
color: #66373F;
}
.AnyTagClassName
{
color: #66373F;
}
</style>
background-color css
<style>
a { background-color: #66373F; }
a { background-color: rgb(102,55,63); }
div.DivClassName
{
background-color: #66373F;
}
.BgClassName
{
background-color: #66373F;
}
</style>
border-color css
<style>
span { border-color: #66373F; }
span { border-color: rgb(102,55,63); }
td.TdClassName
{
border-color: #66373F;
}
.TagClassName
{
border-color: #66373F;
}
</style>