Shades of Merlot #63373C
Tints of Merlot #63373C
RGB
CMYK
RGB Variations
Color information
#63373C (or 0x63373C) is known color: Merlot. HEX triplet: 63, 37 and 3C. RGB value is (99,55,60). Sum of RGB (Red+Green+Blue) = 99+55+60=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63373C is #9CC8C3. Grayscale: #444444. Windows color (decimal): -10275012 or 3946339. OLE color: 3946339.
HSL color Cylindrical-coordinate representation of color #63373C: hue angle of 353.18º 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 #63373C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 55 | 60 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.61 |
| HSL | 353.18º | 0.29% | 0.3% | - |
| HSV(B) | 353.18º | 0.44% | 0.39% | - |
| XYZ | 7.33 | 5.71 | 4.99 | - |
| YUV | 68.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 60 | 0 | 0.44 | 0.39 | 0.61 | 353.18 | 0.29 | 0.3 |
| Hex | 63 | 37 | 3C | 0 | 2C | 27 | 3D | 161 | 1D | 1E |
| Octal | 143 | 67 | 74 | 0 | 54 | 47 | 75 | 541 | 35 | 36 |
| Binary | 1100011 | 110111 | 111100 | 0 | 101100 | 100111 | 111101 | 101100001 | 11101 | 11110 |
Color Harmonies of #63373C
Complementary color
Monochromatic Colors of #63373C
Black with #63373C
Text Example
Text Example
White with #63373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63373C; }
p { color: rgb(99,55,60); }
H1.HeaderClassName
{
color: #63373C;
}
.AnyTagClassName
{
color: #63373C;
}
</style>
background-color css
<style>
a { background-color: #63373C; }
a { background-color: rgb(99,55,60); }
div.DivClassName
{
background-color: #63373C;
}
.BgClassName
{
background-color: #63373C;
}
</style>
border-color css
<style>
span { border-color: #63373C; }
span { border-color: rgb(99,55,60); }
td.TdClassName
{
border-color: #63373C;
}
.TagClassName
{
border-color: #63373C;
}
</style>