Shades of Merlot #65353C
Tints of Merlot #65353C
RGB
CMYK
RGB Variations
Color information
#65353C (or 0x65353C) is known color: Merlot. HEX triplet: 65, 35 and 3C. RGB value is (101,53,60). Sum of RGB (Red+Green+Blue) = 101+53+60=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65353C is #9ACAC3. Grayscale: #444444. Windows color (decimal): -10144452 or 3945829. OLE color: 3945829.
HSL color Cylindrical-coordinate representation of color #65353C: hue angle of 351.25º 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 #65353C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 60 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.60 |
| HSL | 351.25º | 0.31% | 0.3% | - |
| HSV(B) | 351.25º | 0.48% | 0.4% | - |
| XYZ | 7.46 | 5.64 | 4.97 | - |
| YUV | 68.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 60 | 0 | 0.48 | 0.41 | 0.60 | 351.25 | 0.31 | 0.3 |
| Hex | 65 | 35 | 3C | 0 | 30 | 29 | 3C | 15F | 1F | 1E |
| Octal | 145 | 65 | 74 | 0 | 60 | 51 | 74 | 537 | 37 | 36 |
| Binary | 1100101 | 110101 | 111100 | 0 | 110000 | 101001 | 111100 | 101011111 | 11111 | 11110 |
Color Harmonies of #65353C
Complementary color
Monochromatic Colors of #65353C
Black with #65353C
Text Example
Text Example
White with #65353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65353C; }
p { color: rgb(101,53,60); }
H1.HeaderClassName
{
color: #65353C;
}
.AnyTagClassName
{
color: #65353C;
}
</style>
background-color css
<style>
a { background-color: #65353C; }
a { background-color: rgb(101,53,60); }
div.DivClassName
{
background-color: #65353C;
}
.BgClassName
{
background-color: #65353C;
}
</style>
border-color css
<style>
span { border-color: #65353C; }
span { border-color: rgb(101,53,60); }
td.TdClassName
{
border-color: #65353C;
}
.TagClassName
{
border-color: #65353C;
}
</style>