Shades of Merlot #61373D
Tints of Merlot #61373D
RGB
CMYK
RGB Variations
Color information
#61373D (or 0x61373D) is known color: Merlot. HEX triplet: 61, 37 and 3D. RGB value is (97,55,61). Sum of RGB (Red+Green+Blue) = 97+55+61=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61373D is #9EC8C2. Grayscale: #444444. Windows color (decimal): -10406083 or 4011873. OLE color: 4011873.
HSL color Cylindrical-coordinate representation of color #61373D: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61373D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 61 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.62 |
| HSL | 351.43º | 0.28% | 0.3% | - |
| HSV(B) | 351.43º | 0.43% | 0.38% | - |
| XYZ | 7.14 | 5.61 | 5.12 | - |
| YUV | 68.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 61 | 0 | 0.43 | 0.37 | 0.62 | 351.43 | 0.28 | 0.3 |
| Hex | 61 | 37 | 3D | 0 | 2B | 25 | 3E | 15F | 1C | 1E |
| Octal | 141 | 67 | 75 | 0 | 53 | 45 | 76 | 537 | 34 | 36 |
| Binary | 1100001 | 110111 | 111101 | 0 | 101011 | 100101 | 111110 | 101011111 | 11100 | 11110 |
Color Harmonies of #61373D
Complementary color
Monochromatic Colors of #61373D
Black with #61373D
Text Example
Text Example
White with #61373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61373D; }
p { color: rgb(97,55,61); }
H1.HeaderClassName
{
color: #61373D;
}
.AnyTagClassName
{
color: #61373D;
}
</style>
background-color css
<style>
a { background-color: #61373D; }
a { background-color: rgb(97,55,61); }
div.DivClassName
{
background-color: #61373D;
}
.BgClassName
{
background-color: #61373D;
}
</style>
border-color css
<style>
span { border-color: #61373D; }
span { border-color: rgb(97,55,61); }
td.TdClassName
{
border-color: #61373D;
}
.TagClassName
{
border-color: #61373D;
}
</style>