Shades of Merlot #65343B
Tints of Merlot #65343B
RGB
CMYK
RGB Variations
Color information
#65343B (or 0x65343B) is known color: Merlot. HEX triplet: 65, 34 and 3B. RGB value is (101,52,59). Sum of RGB (Red+Green+Blue) = 101+52+59=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65343B is #9ACBC4. Grayscale: #434343. Windows color (decimal): -10144709 or 3880037. OLE color: 3880037.
HSL color Cylindrical-coordinate representation of color #65343B: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65343B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 52 | 59 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.60 |
| HSL | 351.43º | 0.32% | 0.3% | - |
| HSV(B) | 351.43º | 0.49% | 0.4% | - |
| XYZ | 7.38 | 5.54 | 4.82 | - |
| YUV | 67.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 59 | 0 | 0.49 | 0.42 | 0.60 | 351.43 | 0.32 | 0.3 |
| Hex | 65 | 34 | 3B | 0 | 31 | 2A | 3C | 15F | 20 | 1E |
| Octal | 145 | 64 | 73 | 0 | 61 | 52 | 74 | 537 | 40 | 36 |
| Binary | 1100101 | 110100 | 111011 | 0 | 110001 | 101010 | 111100 | 101011111 | 100000 | 11110 |
Color Harmonies of #65343B
Complementary color
Monochromatic Colors of #65343B
Black with #65343B
Text Example
Text Example
White with #65343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65343B; }
p { color: rgb(101,52,59); }
H1.HeaderClassName
{
color: #65343B;
}
.AnyTagClassName
{
color: #65343B;
}
</style>
background-color css
<style>
a { background-color: #65343B; }
a { background-color: rgb(101,52,59); }
div.DivClassName
{
background-color: #65343B;
}
.BgClassName
{
background-color: #65343B;
}
</style>
border-color css
<style>
span { border-color: #65343B; }
span { border-color: rgb(101,52,59); }
td.TdClassName
{
border-color: #65343B;
}
.TagClassName
{
border-color: #65343B;
}
</style>