Shades of Merlot #613A3D
Tints of Merlot #613A3D
RGB
CMYK
RGB Variations
Color information
#613A3D (or 0x613A3D) is known color: Merlot. HEX triplet: 61, 3A and 3D. RGB value is (97,58,61). Sum of RGB (Red+Green+Blue) = 97+58+61=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3D is #9EC5C2. Grayscale: #464646. Windows color (decimal): -10405315 or 4012641. OLE color: 4012641.
HSL color Cylindrical-coordinate representation of color #613A3D: hue angle of 355.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A3D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 61 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.62 |
| HSL | 355.38º | 0.25% | 0.3% | - |
| HSV(B) | 355.38º | 0.4% | 0.38% | - |
| XYZ | 7.29 | 5.9 | 5.17 | - |
| YUV | 70 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 61 | 0 | 0.40 | 0.37 | 0.62 | 355.38 | 0.25 | 0.3 |
| Hex | 61 | 3A | 3D | 0 | 28 | 25 | 3E | 163 | 19 | 1E |
| Octal | 141 | 72 | 75 | 0 | 50 | 45 | 76 | 543 | 31 | 36 |
| Binary | 1100001 | 111010 | 111101 | 0 | 101000 | 100101 | 111110 | 101100011 | 11001 | 11110 |
Color Harmonies of #613A3D
Complementary color
Monochromatic Colors of #613A3D
Black with #613A3D
Text Example
Text Example
White with #613A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A3D; }
p { color: rgb(97,58,61); }
H1.HeaderClassName
{
color: #613A3D;
}
.AnyTagClassName
{
color: #613A3D;
}
</style>
background-color css
<style>
a { background-color: #613A3D; }
a { background-color: rgb(97,58,61); }
div.DivClassName
{
background-color: #613A3D;
}
.BgClassName
{
background-color: #613A3D;
}
</style>
border-color css
<style>
span { border-color: #613A3D; }
span { border-color: rgb(97,58,61); }
td.TdClassName
{
border-color: #613A3D;
}
.TagClassName
{
border-color: #613A3D;
}
</style>