Shades of Merlot #653A3E
Tints of Merlot #653A3E
RGB
CMYK
RGB Variations
Color information
#653A3E (or 0x653A3E) is known color: Merlot. HEX triplet: 65, 3A and 3E. RGB value is (101,58,62). Sum of RGB (Red+Green+Blue) = 101+58+62=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A3E is #9AC5C1. Grayscale: #474747. Windows color (decimal): -10143170 or 4078181. OLE color: 4078181.
HSL color Cylindrical-coordinate representation of color #653A3E: hue angle of 354.42º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A3E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 62 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.60 |
| HSL | 354.42º | 0.27% | 0.31% | - |
| HSV(B) | 354.42º | 0.43% | 0.4% | - |
| XYZ | 7.75 | 6.14 | 5.33 | - |
| YUV | 71.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 62 | 0 | 0.43 | 0.39 | 0.60 | 354.42 | 0.27 | 0.31 |
| Hex | 65 | 3A | 3E | 0 | 2B | 27 | 3C | 162 | 1B | 1F |
| Octal | 145 | 72 | 76 | 0 | 53 | 47 | 74 | 542 | 33 | 37 |
| Binary | 1100101 | 111010 | 111110 | 0 | 101011 | 100111 | 111100 | 101100010 | 11011 | 11111 |
Color Harmonies of #653A3E
Complementary color
Monochromatic Colors of #653A3E
Black with #653A3E
Text Example
Text Example
White with #653A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A3E; }
p { color: rgb(101,58,62); }
H1.HeaderClassName
{
color: #653A3E;
}
.AnyTagClassName
{
color: #653A3E;
}
</style>
background-color css
<style>
a { background-color: #653A3E; }
a { background-color: rgb(101,58,62); }
div.DivClassName
{
background-color: #653A3E;
}
.BgClassName
{
background-color: #653A3E;
}
</style>
border-color css
<style>
span { border-color: #653A3E; }
span { border-color: rgb(101,58,62); }
td.TdClassName
{
border-color: #653A3E;
}
.TagClassName
{
border-color: #653A3E;
}
</style>