Shades of Merlot #66383A
Tints of Merlot #66383A
RGB
CMYK
RGB Variations
Color information
#66383A (or 0x66383A) is known color: Merlot. HEX triplet: 66, 38 and 3A. RGB value is (102,56,58). Sum of RGB (Red+Green+Blue) = 102+56+58=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383A is #99C7C5. Grayscale: #464646. Windows color (decimal): -10078150 or 3815526. OLE color: 3815526.
HSL color Cylindrical-coordinate representation of color #66383A: hue angle of 357.39º 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 #66383A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 58 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.6 |
| HSL | 357.39º | 0.29% | 0.31% | - |
| HSV(B) | 357.39º | 0.45% | 0.4% | - |
| XYZ | 7.66 | 5.96 | 4.75 | - |
| YUV | 69.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 58 | 0 | 0.45 | 0.43 | 0.6 | 357.39 | 0.29 | 0.31 |
| Hex | 66 | 38 | 3A | 0 | 2D | 2B | 3C | 165 | 1D | 1F |
| Octal | 146 | 70 | 72 | 0 | 55 | 53 | 74 | 545 | 35 | 37 |
| Binary | 1100110 | 111000 | 111010 | 0 | 101101 | 101011 | 111100 | 101100101 | 11101 | 11111 |
Color Harmonies of #66383A
Complementary color
Monochromatic Colors of #66383A
Black with #66383A
Text Example
Text Example
White with #66383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66383A; }
p { color: rgb(102,56,58); }
H1.HeaderClassName
{
color: #66383A;
}
.AnyTagClassName
{
color: #66383A;
}
</style>
background-color css
<style>
a { background-color: #66383A; }
a { background-color: rgb(102,56,58); }
div.DivClassName
{
background-color: #66383A;
}
.BgClassName
{
background-color: #66383A;
}
</style>
border-color css
<style>
span { border-color: #66383A; }
span { border-color: rgb(102,56,58); }
td.TdClassName
{
border-color: #66383A;
}
.TagClassName
{
border-color: #66383A;
}
</style>