Shades of Merlot #62383D
Tints of Merlot #62383D
RGB
CMYK
RGB Variations
Color information
#62383D (or 0x62383D) is known color: Merlot. HEX triplet: 62, 38 and 3D. RGB value is (98,56,61). Sum of RGB (Red+Green+Blue) = 98+56+61=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62383D is #9DC7C2. Grayscale: #454545. Windows color (decimal): -10340291 or 4012130. OLE color: 4012130.
HSL color Cylindrical-coordinate representation of color #62383D: hue angle of 352.86º degrees, saturation: 0.27, 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 #62383D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 61 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.62 |
| HSL | 352.86º | 0.27% | 0.3% | - |
| HSV(B) | 352.86º | 0.43% | 0.38% | - |
| XYZ | 7.29 | 5.76 | 5.14 | - |
| YUV | 69.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 61 | 0 | 0.43 | 0.38 | 0.62 | 352.86 | 0.27 | 0.3 |
| Hex | 62 | 38 | 3D | 0 | 2B | 26 | 3E | 161 | 1B | 1E |
| Octal | 142 | 70 | 75 | 0 | 53 | 46 | 76 | 541 | 33 | 36 |
| Binary | 1100010 | 111000 | 111101 | 0 | 101011 | 100110 | 111110 | 101100001 | 11011 | 11110 |
Color Harmonies of #62383D
Complementary color
Monochromatic Colors of #62383D
Black with #62383D
Text Example
Text Example
White with #62383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62383D; }
p { color: rgb(98,56,61); }
H1.HeaderClassName
{
color: #62383D;
}
.AnyTagClassName
{
color: #62383D;
}
</style>
background-color css
<style>
a { background-color: #62383D; }
a { background-color: rgb(98,56,61); }
div.DivClassName
{
background-color: #62383D;
}
.BgClassName
{
background-color: #62383D;
}
</style>
border-color css
<style>
span { border-color: #62383D; }
span { border-color: rgb(98,56,61); }
td.TdClassName
{
border-color: #62383D;
}
.TagClassName
{
border-color: #62383D;
}
</style>