Shades of Merlot #65393B
Tints of Merlot #65393B
RGB
CMYK
RGB Variations
Color information
#65393B (or 0x65393B) is known color: Merlot. HEX triplet: 65, 39 and 3B. RGB value is (101,57,59). Sum of RGB (Red+Green+Blue) = 101+57+59=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65393B is #9AC6C4. Grayscale: #464646. Windows color (decimal): -10143429 or 3881317. OLE color: 3881317.
HSL color Cylindrical-coordinate representation of color #65393B: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65393B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 59 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.60 |
| HSL | 357.27º | 0.28% | 0.31% | - |
| HSV(B) | 357.27º | 0.44% | 0.4% | - |
| XYZ | 7.62 | 6.01 | 4.9 | - |
| YUV | 70.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 59 | 0 | 0.44 | 0.42 | 0.60 | 357.27 | 0.28 | 0.31 |
| Hex | 65 | 39 | 3B | 0 | 2C | 2A | 3C | 165 | 1C | 1F |
| Octal | 145 | 71 | 73 | 0 | 54 | 52 | 74 | 545 | 34 | 37 |
| Binary | 1100101 | 111001 | 111011 | 0 | 101100 | 101010 | 111100 | 101100101 | 11100 | 11111 |
Color Harmonies of #65393B
Complementary color
Monochromatic Colors of #65393B
Black with #65393B
Text Example
Text Example
White with #65393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65393B; }
p { color: rgb(101,57,59); }
H1.HeaderClassName
{
color: #65393B;
}
.AnyTagClassName
{
color: #65393B;
}
</style>
background-color css
<style>
a { background-color: #65393B; }
a { background-color: rgb(101,57,59); }
div.DivClassName
{
background-color: #65393B;
}
.BgClassName
{
background-color: #65393B;
}
</style>
border-color css
<style>
span { border-color: #65393B; }
span { border-color: rgb(101,57,59); }
td.TdClassName
{
border-color: #65393B;
}
.TagClassName
{
border-color: #65393B;
}
</style>