Shades of Merlot #653B3D
Tints of Merlot #653B3D
RGB
CMYK
RGB Variations
Color information
#653B3D (or 0x653B3D) is known color: Merlot. HEX triplet: 65, 3B and 3D. RGB value is (101,59,61). Sum of RGB (Red+Green+Blue) = 101+59+61=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B3D is #9AC4C2. Grayscale: #474747. Windows color (decimal): -10142915 or 4012901. OLE color: 4012901.
HSL color Cylindrical-coordinate representation of color #653B3D: hue angle of 357.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B3D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 61 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.60 |
| HSL | 357.14º | 0.26% | 0.31% | - |
| HSV(B) | 357.14º | 0.42% | 0.4% | - |
| XYZ | 7.77 | 6.23 | 5.21 | - |
| YUV | 71.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 61 | 0 | 0.42 | 0.40 | 0.60 | 357.14 | 0.26 | 0.31 |
| Hex | 65 | 3B | 3D | 0 | 2A | 28 | 3C | 165 | 1A | 1F |
| Octal | 145 | 73 | 75 | 0 | 52 | 50 | 74 | 545 | 32 | 37 |
| Binary | 1100101 | 111011 | 111101 | 0 | 101010 | 101000 | 111100 | 101100101 | 11010 | 11111 |
Color Harmonies of #653B3D
Complementary color
Monochromatic Colors of #653B3D
Black with #653B3D
Text Example
Text Example
White with #653B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B3D; }
p { color: rgb(101,59,61); }
H1.HeaderClassName
{
color: #653B3D;
}
.AnyTagClassName
{
color: #653B3D;
}
</style>
background-color css
<style>
a { background-color: #653B3D; }
a { background-color: rgb(101,59,61); }
div.DivClassName
{
background-color: #653B3D;
}
.BgClassName
{
background-color: #653B3D;
}
</style>
border-color css
<style>
span { border-color: #653B3D; }
span { border-color: rgb(101,59,61); }
td.TdClassName
{
border-color: #653B3D;
}
.TagClassName
{
border-color: #653B3D;
}
</style>