Shades of Merlot #613B3F
Tints of Merlot #613B3F
RGB
CMYK
RGB Variations
Color information
#613B3F (or 0x613B3F) is known color: Merlot. HEX triplet: 61, 3B and 3F. RGB value is (97,59,63). Sum of RGB (Red+Green+Blue) = 97+59+63=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B3F is #9EC4C0. Grayscale: #464646. Windows color (decimal): -10405057 or 4143969. OLE color: 4143969.
HSL color Cylindrical-coordinate representation of color #613B3F: hue angle of 353.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B3F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 63 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.62 |
| HSL | 353.68º | 0.24% | 0.31% | - |
| HSV(B) | 353.68º | 0.39% | 0.38% | - |
| XYZ | 7.39 | 6.03 | 5.48 | - |
| YUV | 70.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 63 | 0 | 0.39 | 0.35 | 0.62 | 353.68 | 0.24 | 0.31 |
| Hex | 61 | 3B | 3F | 0 | 27 | 23 | 3E | 162 | 18 | 1F |
| Octal | 141 | 73 | 77 | 0 | 47 | 43 | 76 | 542 | 30 | 37 |
| Binary | 1100001 | 111011 | 111111 | 0 | 100111 | 100011 | 111110 | 101100010 | 11000 | 11111 |
Color Harmonies of #613B3F
Complementary color
Monochromatic Colors of #613B3F
Black with #613B3F
Text Example
Text Example
White with #613B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B3F; }
p { color: rgb(97,59,63); }
H1.HeaderClassName
{
color: #613B3F;
}
.AnyTagClassName
{
color: #613B3F;
}
</style>
background-color css
<style>
a { background-color: #613B3F; }
a { background-color: rgb(97,59,63); }
div.DivClassName
{
background-color: #613B3F;
}
.BgClassName
{
background-color: #613B3F;
}
</style>
border-color css
<style>
span { border-color: #613B3F; }
span { border-color: rgb(97,59,63); }
td.TdClassName
{
border-color: #613B3F;
}
.TagClassName
{
border-color: #613B3F;
}
</style>