Shades of Merlot #66353B
Tints of Merlot #66353B
RGB
CMYK
RGB Variations
Color information
#66353B (or 0x66353B) is known color: Merlot. HEX triplet: 66, 35 and 3B. RGB value is (102,53,59). Sum of RGB (Red+Green+Blue) = 102+53+59=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66353B is #99CAC4. Grayscale: #444444. Windows color (decimal): -10078917 or 3880294. OLE color: 3880294.
HSL color Cylindrical-coordinate representation of color #66353B: hue angle of 352.65º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66353B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 59 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.6 |
| HSL | 352.65º | 0.32% | 0.3% | - |
| HSV(B) | 352.65º | 0.48% | 0.4% | - |
| XYZ | 7.54 | 5.69 | 4.84 | - |
| YUV | 68.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 59 | 0 | 0.48 | 0.42 | 0.6 | 352.65 | 0.32 | 0.3 |
| Hex | 66 | 35 | 3B | 0 | 30 | 2A | 3C | 161 | 20 | 1E |
| Octal | 146 | 65 | 73 | 0 | 60 | 52 | 74 | 541 | 40 | 36 |
| Binary | 1100110 | 110101 | 111011 | 0 | 110000 | 101010 | 111100 | 101100001 | 100000 | 11110 |
Color Harmonies of #66353B
Complementary color
Monochromatic Colors of #66353B
Black with #66353B
Text Example
Text Example
White with #66353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66353B; }
p { color: rgb(102,53,59); }
H1.HeaderClassName
{
color: #66353B;
}
.AnyTagClassName
{
color: #66353B;
}
</style>
background-color css
<style>
a { background-color: #66353B; }
a { background-color: rgb(102,53,59); }
div.DivClassName
{
background-color: #66353B;
}
.BgClassName
{
background-color: #66353B;
}
</style>
border-color css
<style>
span { border-color: #66353B; }
span { border-color: rgb(102,53,59); }
td.TdClassName
{
border-color: #66353B;
}
.TagClassName
{
border-color: #66353B;
}
</style>