Shades of Merlot #63373D
Tints of Merlot #63373D
RGB
CMYK
RGB Variations
Color information
#63373D (or 0x63373D) is known color: Merlot. HEX triplet: 63, 37 and 3D. RGB value is (99,55,61). Sum of RGB (Red+Green+Blue) = 99+55+61=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63373D is #9CC8C2. Grayscale: #444444. Windows color (decimal): -10275011 or 4011875. OLE color: 4011875.
HSL color Cylindrical-coordinate representation of color #63373D: hue angle of 351.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63373D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 55 | 61 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.61 |
| HSL | 351.82º | 0.29% | 0.3% | - |
| HSV(B) | 351.82º | 0.44% | 0.39% | - |
| XYZ | 7.35 | 5.72 | 5.13 | - |
| YUV | 68.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 61 | 0 | 0.44 | 0.38 | 0.61 | 351.82 | 0.29 | 0.3 |
| Hex | 63 | 37 | 3D | 0 | 2C | 26 | 3D | 160 | 1D | 1E |
| Octal | 143 | 67 | 75 | 0 | 54 | 46 | 75 | 540 | 35 | 36 |
| Binary | 1100011 | 110111 | 111101 | 0 | 101100 | 100110 | 111101 | 101100000 | 11101 | 11110 |
Color Harmonies of #63373D
Complementary color
Monochromatic Colors of #63373D
Black with #63373D
Text Example
Text Example
White with #63373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63373D; }
p { color: rgb(99,55,61); }
H1.HeaderClassName
{
color: #63373D;
}
.AnyTagClassName
{
color: #63373D;
}
</style>
background-color css
<style>
a { background-color: #63373D; }
a { background-color: rgb(99,55,61); }
div.DivClassName
{
background-color: #63373D;
}
.BgClassName
{
background-color: #63373D;
}
</style>
border-color css
<style>
span { border-color: #63373D; }
span { border-color: rgb(99,55,61); }
td.TdClassName
{
border-color: #63373D;
}
.TagClassName
{
border-color: #63373D;
}
</style>