Shades of Merlot #65353B
Tints of Merlot #65353B
RGB
CMYK
RGB Variations
Color information
#65353B (or 0x65353B) is known color: Merlot. HEX triplet: 65, 35 and 3B. RGB value is (101,53,59). Sum of RGB (Red+Green+Blue) = 101+53+59=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65353B is #9ACAC4. Grayscale: #444444. Windows color (decimal): -10144453 or 3880293. OLE color: 3880293.
HSL color Cylindrical-coordinate representation of color #65353B: hue angle of 352.5º degrees, saturation: 0.31, 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 #65353B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 59 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.60 |
| HSL | 352.5º | 0.31% | 0.3% | - |
| HSV(B) | 352.5º | 0.48% | 0.4% | - |
| XYZ | 7.43 | 5.63 | 4.83 | - |
| YUV | 68.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 59 | 0 | 0.48 | 0.42 | 0.60 | 352.5 | 0.31 | 0.3 |
| Hex | 65 | 35 | 3B | 0 | 30 | 2A | 3C | 160 | 1F | 1E |
| Octal | 145 | 65 | 73 | 0 | 60 | 52 | 74 | 540 | 37 | 36 |
| Binary | 1100101 | 110101 | 111011 | 0 | 110000 | 101010 | 111100 | 101100000 | 11111 | 11110 |
Color Harmonies of #65353B
Complementary color
Monochromatic Colors of #65353B
Black with #65353B
Text Example
Text Example
White with #65353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65353B; }
p { color: rgb(101,53,59); }
H1.HeaderClassName
{
color: #65353B;
}
.AnyTagClassName
{
color: #65353B;
}
</style>
background-color css
<style>
a { background-color: #65353B; }
a { background-color: rgb(101,53,59); }
div.DivClassName
{
background-color: #65353B;
}
.BgClassName
{
background-color: #65353B;
}
</style>
border-color css
<style>
span { border-color: #65353B; }
span { border-color: rgb(101,53,59); }
td.TdClassName
{
border-color: #65353B;
}
.TagClassName
{
border-color: #65353B;
}
</style>