Shades of Merlot #65363E
Tints of Merlot #65363E
RGB
CMYK
RGB Variations
Color information
#65363E (or 0x65363E) is known color: Merlot. HEX triplet: 65, 36 and 3E. RGB value is (101,54,62). Sum of RGB (Red+Green+Blue) = 101+54+62=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65363E is #9AC9C1. Grayscale: #444444. Windows color (decimal): -10144194 or 4077157. OLE color: 4077157.
HSL color Cylindrical-coordinate representation of color #65363E: hue angle of 349.79º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65363E is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 54 | 62 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.60 |
| HSL | 349.79º | 0.3% | 0.3% | - |
| HSV(B) | 349.79º | 0.47% | 0.4% | - |
| XYZ | 7.56 | 5.75 | 5.27 | - |
| YUV | 68.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 62 | 0 | 0.47 | 0.39 | 0.60 | 349.79 | 0.3 | 0.3 |
| Hex | 65 | 36 | 3E | 0 | 2F | 27 | 3C | 15E | 1E | 1E |
| Octal | 145 | 66 | 76 | 0 | 57 | 47 | 74 | 536 | 36 | 36 |
| Binary | 1100101 | 110110 | 111110 | 0 | 101111 | 100111 | 111100 | 101011110 | 11110 | 11110 |
Color Harmonies of #65363E
Complementary color
Monochromatic Colors of #65363E
Black with #65363E
Text Example
Text Example
White with #65363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65363E; }
p { color: rgb(101,54,62); }
H1.HeaderClassName
{
color: #65363E;
}
.AnyTagClassName
{
color: #65363E;
}
</style>
background-color css
<style>
a { background-color: #65363E; }
a { background-color: rgb(101,54,62); }
div.DivClassName
{
background-color: #65363E;
}
.BgClassName
{
background-color: #65363E;
}
</style>
border-color css
<style>
span { border-color: #65363E; }
span { border-color: rgb(101,54,62); }
td.TdClassName
{
border-color: #65363E;
}
.TagClassName
{
border-color: #65363E;
}
</style>