Shades of Merlot #62373C
Tints of Merlot #62373C
RGB
CMYK
RGB Variations
Color information
#62373C (or 0x62373C) is known color: Merlot. HEX triplet: 62, 37 and 3C. RGB value is (98,55,60). Sum of RGB (Red+Green+Blue) = 98+55+60=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62373C is #9DC8C3. Grayscale: #444444. Windows color (decimal): -10340548 or 3946338. OLE color: 3946338.
HSL color Cylindrical-coordinate representation of color #62373C: hue angle of 353.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62373C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 60 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.62 |
| HSL | 353.02º | 0.28% | 0.3% | - |
| HSV(B) | 353.02º | 0.44% | 0.38% | - |
| XYZ | 7.22 | 5.66 | 4.99 | - |
| YUV | 68.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 60 | 0 | 0.44 | 0.39 | 0.62 | 353.02 | 0.28 | 0.3 |
| Hex | 62 | 37 | 3C | 0 | 2C | 27 | 3E | 161 | 1C | 1E |
| Octal | 142 | 67 | 74 | 0 | 54 | 47 | 76 | 541 | 34 | 36 |
| Binary | 1100010 | 110111 | 111100 | 0 | 101100 | 100111 | 111110 | 101100001 | 11100 | 11110 |
Color Harmonies of #62373C
Complementary color
Monochromatic Colors of #62373C
Black with #62373C
Text Example
Text Example
White with #62373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62373C; }
p { color: rgb(98,55,60); }
H1.HeaderClassName
{
color: #62373C;
}
.AnyTagClassName
{
color: #62373C;
}
</style>
background-color css
<style>
a { background-color: #62373C; }
a { background-color: rgb(98,55,60); }
div.DivClassName
{
background-color: #62373C;
}
.BgClassName
{
background-color: #62373C;
}
</style>
border-color css
<style>
span { border-color: #62373C; }
span { border-color: rgb(98,55,60); }
td.TdClassName
{
border-color: #62373C;
}
.TagClassName
{
border-color: #62373C;
}
</style>