Shades of Merlot #663138
Tints of Merlot #663138
RGB
CMYK
RGB Variations
Color information
#663138 (or 0x663138) is known color: Merlot. HEX triplet: 66, 31 and 38. RGB value is (102,49,56). Sum of RGB (Red+Green+Blue) = 102+49+56=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663138 is #99CEC7. Grayscale: #414141. Windows color (decimal): -10079944 or 3682662. OLE color: 3682662.
HSL color Cylindrical-coordinate representation of color #663138: hue angle of 352.08º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663138 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 56 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.6 |
| HSL | 352.08º | 0.35% | 0.3% | - |
| HSV(B) | 352.08º | 0.52% | 0.4% | - |
| XYZ | 7.29 | 5.31 | 4.38 | - |
| YUV | 65.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 56 | 0 | 0.52 | 0.45 | 0.6 | 352.08 | 0.35 | 0.3 |
| Hex | 66 | 31 | 38 | 0 | 34 | 2D | 3C | 160 | 23 | 1E |
| Octal | 146 | 61 | 70 | 0 | 64 | 55 | 74 | 540 | 43 | 36 |
| Binary | 1100110 | 110001 | 111000 | 0 | 110100 | 101101 | 111100 | 101100000 | 100011 | 11110 |
Color Harmonies of #663138
Complementary color
Monochromatic Colors of #663138
Black with #663138
Text Example
Text Example
White with #663138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663138; }
p { color: rgb(102,49,56); }
H1.HeaderClassName
{
color: #663138;
}
.AnyTagClassName
{
color: #663138;
}
</style>
background-color css
<style>
a { background-color: #663138; }
a { background-color: rgb(102,49,56); }
div.DivClassName
{
background-color: #663138;
}
.BgClassName
{
background-color: #663138;
}
</style>
border-color css
<style>
span { border-color: #663138; }
span { border-color: rgb(102,49,56); }
td.TdClassName
{
border-color: #663138;
}
.TagClassName
{
border-color: #663138;
}
</style>