Shades of Merlot #653B3C
Tints of Merlot #653B3C
RGB
CMYK
RGB Variations
Color information
#653B3C (or 0x653B3C) is known color: Merlot. HEX triplet: 65, 3B and 3C. RGB value is (101,59,60). Sum of RGB (Red+Green+Blue) = 101+59+60=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #653B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B3C is #9AC4C3. Grayscale: #474747. Windows color (decimal): -10142916 or 3947365. OLE color: 3947365.
HSL color Cylindrical-coordinate representation of color #653B3C: hue angle of 358.57º 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 #653B3C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 60 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.60 |
| HSL | 358.57º | 0.26% | 0.31% | - |
| HSV(B) | 358.57º | 0.42% | 0.4% | - |
| XYZ | 7.75 | 6.22 | 5.07 | - |
| YUV | 71.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 60 | 0 | 0.42 | 0.41 | 0.60 | 358.57 | 0.26 | 0.31 |
| Hex | 65 | 3B | 3C | 0 | 2A | 29 | 3C | 167 | 1A | 1F |
| Octal | 145 | 73 | 74 | 0 | 52 | 51 | 74 | 547 | 32 | 37 |
| Binary | 1100101 | 111011 | 111100 | 0 | 101010 | 101001 | 111100 | 101100111 | 11010 | 11111 |
Color Harmonies of #653B3C
Complementary color
Monochromatic Colors of #653B3C
Black with #653B3C
Text Example
Text Example
White with #653B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B3C; }
p { color: rgb(101,59,60); }
H1.HeaderClassName
{
color: #653B3C;
}
.AnyTagClassName
{
color: #653B3C;
}
</style>
background-color css
<style>
a { background-color: #653B3C; }
a { background-color: rgb(101,59,60); }
div.DivClassName
{
background-color: #653B3C;
}
.BgClassName
{
background-color: #653B3C;
}
</style>
border-color css
<style>
span { border-color: #653B3C; }
span { border-color: rgb(101,59,60); }
td.TdClassName
{
border-color: #653B3C;
}
.TagClassName
{
border-color: #653B3C;
}
</style>