Shades of Merlot #663B3F
Tints of Merlot #663B3F
RGB
CMYK
RGB Variations
Color information
#663B3F (or 0x663B3F) is known color: Merlot. HEX triplet: 66, 3B and 3F. RGB value is (102,59,63). Sum of RGB (Red+Green+Blue) = 102+59+63=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3F is #99C4C0. Grayscale: #484848. Windows color (decimal): -10077377 or 4143974. OLE color: 4143974.
HSL color Cylindrical-coordinate representation of color #663B3F: hue angle of 354.42º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B3F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 63 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.6 |
| HSL | 354.42º | 0.27% | 0.32% | - |
| HSV(B) | 354.42º | 0.42% | 0.4% | - |
| XYZ | 7.94 | 6.31 | 5.5 | - |
| YUV | 72.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 63 | 0 | 0.42 | 0.38 | 0.6 | 354.42 | 0.27 | 0.32 |
| Hex | 66 | 3B | 3F | 0 | 2A | 26 | 3C | 162 | 1B | 20 |
| Octal | 146 | 73 | 77 | 0 | 52 | 46 | 74 | 542 | 33 | 40 |
| Binary | 1100110 | 111011 | 111111 | 0 | 101010 | 100110 | 111100 | 101100010 | 11011 | 100000 |
Color Harmonies of #663B3F
Complementary color
Monochromatic Colors of #663B3F
Black with #663B3F
Text Example
Text Example
White with #663B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B3F; }
p { color: rgb(102,59,63); }
H1.HeaderClassName
{
color: #663B3F;
}
.AnyTagClassName
{
color: #663B3F;
}
</style>
background-color css
<style>
a { background-color: #663B3F; }
a { background-color: rgb(102,59,63); }
div.DivClassName
{
background-color: #663B3F;
}
.BgClassName
{
background-color: #663B3F;
}
</style>
border-color css
<style>
span { border-color: #663B3F; }
span { border-color: rgb(102,59,63); }
td.TdClassName
{
border-color: #663B3F;
}
.TagClassName
{
border-color: #663B3F;
}
</style>