Shades of Merlot #62393D
Tints of Merlot #62393D
RGB
CMYK
RGB Variations
Color information
#62393D (or 0x62393D) is known color: Merlot. HEX triplet: 62, 39 and 3D. RGB value is (98,57,61). Sum of RGB (Red+Green+Blue) = 98+57+61=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62393D is #9DC6C2. Grayscale: #454545. Windows color (decimal): -10340035 or 4012386. OLE color: 4012386.
HSL color Cylindrical-coordinate representation of color #62393D: hue angle of 354.15º degrees, saturation: 0.26, 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 #62393D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 61 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.62 |
| HSL | 354.15º | 0.26% | 0.3% | - |
| HSV(B) | 354.15º | 0.42% | 0.38% | - |
| XYZ | 7.34 | 5.86 | 5.16 | - |
| YUV | 69.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 61 | 0 | 0.42 | 0.38 | 0.62 | 354.15 | 0.26 | 0.3 |
| Hex | 62 | 39 | 3D | 0 | 2A | 26 | 3E | 162 | 1A | 1E |
| Octal | 142 | 71 | 75 | 0 | 52 | 46 | 76 | 542 | 32 | 36 |
| Binary | 1100010 | 111001 | 111101 | 0 | 101010 | 100110 | 111110 | 101100010 | 11010 | 11110 |
Color Harmonies of #62393D
Complementary color
Monochromatic Colors of #62393D
Black with #62393D
Text Example
Text Example
White with #62393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62393D; }
p { color: rgb(98,57,61); }
H1.HeaderClassName
{
color: #62393D;
}
.AnyTagClassName
{
color: #62393D;
}
</style>
background-color css
<style>
a { background-color: #62393D; }
a { background-color: rgb(98,57,61); }
div.DivClassName
{
background-color: #62393D;
}
.BgClassName
{
background-color: #62393D;
}
</style>
border-color css
<style>
span { border-color: #62393D; }
span { border-color: rgb(98,57,61); }
td.TdClassName
{
border-color: #62393D;
}
.TagClassName
{
border-color: #62393D;
}
</style>