Shades of Merlot #66383B
Tints of Merlot #66383B
RGB
CMYK
RGB Variations
Color information
#66383B (or 0x66383B) is known color: Merlot. HEX triplet: 66, 38 and 3B. RGB value is (102,56,59). Sum of RGB (Red+Green+Blue) = 102+56+59=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383B is #99C7C4. Grayscale: #464646. Windows color (decimal): -10078149 or 3881062. OLE color: 3881062.
HSL color Cylindrical-coordinate representation of color #66383B: hue angle of 356.09º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66383B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 59 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.6 |
| HSL | 356.09º | 0.29% | 0.31% | - |
| HSV(B) | 356.09º | 0.45% | 0.4% | - |
| XYZ | 7.68 | 5.97 | 4.88 | - |
| YUV | 70.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 59 | 0 | 0.45 | 0.42 | 0.6 | 356.09 | 0.29 | 0.31 |
| Hex | 66 | 38 | 3B | 0 | 2D | 2A | 3C | 164 | 1D | 1F |
| Octal | 146 | 70 | 73 | 0 | 55 | 52 | 74 | 544 | 35 | 37 |
| Binary | 1100110 | 111000 | 111011 | 0 | 101101 | 101010 | 111100 | 101100100 | 11101 | 11111 |
Color Harmonies of #66383B
Complementary color
Monochromatic Colors of #66383B
Black with #66383B
Text Example
Text Example
White with #66383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66383B; }
p { color: rgb(102,56,59); }
H1.HeaderClassName
{
color: #66383B;
}
.AnyTagClassName
{
color: #66383B;
}
</style>
background-color css
<style>
a { background-color: #66383B; }
a { background-color: rgb(102,56,59); }
div.DivClassName
{
background-color: #66383B;
}
.BgClassName
{
background-color: #66383B;
}
</style>
border-color css
<style>
span { border-color: #66383B; }
span { border-color: rgb(102,56,59); }
td.TdClassName
{
border-color: #66383B;
}
.TagClassName
{
border-color: #66383B;
}
</style>