Shades of Merlot #66393B
Tints of Merlot #66393B
RGB
CMYK
RGB Variations
Color information
#66393B (or 0x66393B) is known color: Merlot. HEX triplet: 66, 39 and 3B. RGB value is (102,57,59). Sum of RGB (Red+Green+Blue) = 102+57+59=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66393B is #99C6C4. Grayscale: #464646. Windows color (decimal): -10077893 or 3881318. OLE color: 3881318.
HSL color Cylindrical-coordinate representation of color #66393B: hue angle of 357.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66393B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 59 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.6 |
| HSL | 357.33º | 0.28% | 0.31% | - |
| HSV(B) | 357.33º | 0.44% | 0.4% | - |
| XYZ | 7.73 | 6.07 | 4.9 | - |
| YUV | 70.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 59 | 0 | 0.44 | 0.42 | 0.6 | 357.33 | 0.28 | 0.31 |
| Hex | 66 | 39 | 3B | 0 | 2C | 2A | 3C | 165 | 1C | 1F |
| Octal | 146 | 71 | 73 | 0 | 54 | 52 | 74 | 545 | 34 | 37 |
| Binary | 1100110 | 111001 | 111011 | 0 | 101100 | 101010 | 111100 | 101100101 | 11100 | 11111 |
Color Harmonies of #66393B
Complementary color
Monochromatic Colors of #66393B
Black with #66393B
Text Example
Text Example
White with #66393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66393B; }
p { color: rgb(102,57,59); }
H1.HeaderClassName
{
color: #66393B;
}
.AnyTagClassName
{
color: #66393B;
}
</style>
background-color css
<style>
a { background-color: #66393B; }
a { background-color: rgb(102,57,59); }
div.DivClassName
{
background-color: #66393B;
}
.BgClassName
{
background-color: #66393B;
}
</style>
border-color css
<style>
span { border-color: #66393B; }
span { border-color: rgb(102,57,59); }
td.TdClassName
{
border-color: #66393B;
}
.TagClassName
{
border-color: #66393B;
}
</style>