Shades of Merlot #61383D
Tints of Merlot #61383D
RGB
CMYK
RGB Variations
Color information
#61383D (or 0x61383D) is known color: Merlot. HEX triplet: 61, 38 and 3D. RGB value is (97,56,61). Sum of RGB (Red+Green+Blue) = 97+56+61=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383D is #9EC7C2. Grayscale: #444444. Windows color (decimal): -10405827 or 4012129. OLE color: 4012129.
HSL color Cylindrical-coordinate representation of color #61383D: hue angle of 352.68º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61383D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 61 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.62 |
| HSL | 352.68º | 0.27% | 0.3% | - |
| HSV(B) | 352.68º | 0.42% | 0.38% | - |
| XYZ | 7.19 | 5.71 | 5.14 | - |
| YUV | 68.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 61 | 0 | 0.42 | 0.37 | 0.62 | 352.68 | 0.27 | 0.3 |
| Hex | 61 | 38 | 3D | 0 | 2A | 25 | 3E | 161 | 1B | 1E |
| Octal | 141 | 70 | 75 | 0 | 52 | 45 | 76 | 541 | 33 | 36 |
| Binary | 1100001 | 111000 | 111101 | 0 | 101010 | 100101 | 111110 | 101100001 | 11011 | 11110 |
Color Harmonies of #61383D
Complementary color
Monochromatic Colors of #61383D
Black with #61383D
Text Example
Text Example
White with #61383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61383D; }
p { color: rgb(97,56,61); }
H1.HeaderClassName
{
color: #61383D;
}
.AnyTagClassName
{
color: #61383D;
}
</style>
background-color css
<style>
a { background-color: #61383D; }
a { background-color: rgb(97,56,61); }
div.DivClassName
{
background-color: #61383D;
}
.BgClassName
{
background-color: #61383D;
}
</style>
border-color css
<style>
span { border-color: #61383D; }
span { border-color: rgb(97,56,61); }
td.TdClassName
{
border-color: #61383D;
}
.TagClassName
{
border-color: #61383D;
}
</style>