Shades of Merlot #65383E
Tints of Merlot #65383E
RGB
CMYK
RGB Variations
Color information
#65383E (or 0x65383E) is known color: Merlot. HEX triplet: 65, 38 and 3E. RGB value is (101,56,62). Sum of RGB (Red+Green+Blue) = 101+56+62=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65383E is #9AC7C1. Grayscale: #464646. Windows color (decimal): -10143682 or 4077669. OLE color: 4077669.
HSL color Cylindrical-coordinate representation of color #65383E: hue angle of 352º 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 #65383E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 56 | 62 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.60 |
| HSL | 352º | 0.29% | 0.31% | - |
| HSV(B) | 352º | 0.45% | 0.4% | - |
| XYZ | 7.65 | 5.94 | 5.3 | - |
| YUV | 70.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 62 | 0 | 0.45 | 0.39 | 0.60 | 352 | 0.29 | 0.31 |
| Hex | 65 | 38 | 3E | 0 | 2D | 27 | 3C | 160 | 1D | 1F |
| Octal | 145 | 70 | 76 | 0 | 55 | 47 | 74 | 540 | 35 | 37 |
| Binary | 1100101 | 111000 | 111110 | 0 | 101101 | 100111 | 111100 | 101100000 | 11101 | 11111 |
Color Harmonies of #65383E
Complementary color
Monochromatic Colors of #65383E
Black with #65383E
Text Example
Text Example
White with #65383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65383E; }
p { color: rgb(101,56,62); }
H1.HeaderClassName
{
color: #65383E;
}
.AnyTagClassName
{
color: #65383E;
}
</style>
background-color css
<style>
a { background-color: #65383E; }
a { background-color: rgb(101,56,62); }
div.DivClassName
{
background-color: #65383E;
}
.BgClassName
{
background-color: #65383E;
}
</style>
border-color css
<style>
span { border-color: #65383E; }
span { border-color: rgb(101,56,62); }
td.TdClassName
{
border-color: #65383E;
}
.TagClassName
{
border-color: #65383E;
}
</style>