Shades of Merlot #63353B
Tints of Merlot #63353B
RGB
CMYK
RGB Variations
Color information
#63353B (or 0x63353B) is known color: Merlot. HEX triplet: 63, 35 and 3B. RGB value is (99,53,59). Sum of RGB (Red+Green+Blue) = 99+53+59=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63353B is #9CCAC4. Grayscale: #434343. Windows color (decimal): -10275525 or 3880291. OLE color: 3880291.
HSL color Cylindrical-coordinate representation of color #63353B: hue angle of 352.17º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63353B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 59 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.61 |
| HSL | 352.17º | 0.3% | 0.3% | - |
| HSV(B) | 352.17º | 0.46% | 0.39% | - |
| XYZ | 7.21 | 5.51 | 4.82 | - |
| YUV | 67.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 59 | 0 | 0.46 | 0.40 | 0.61 | 352.17 | 0.3 | 0.3 |
| Hex | 63 | 35 | 3B | 0 | 2E | 28 | 3D | 160 | 1E | 1E |
| Octal | 143 | 65 | 73 | 0 | 56 | 50 | 75 | 540 | 36 | 36 |
| Binary | 1100011 | 110101 | 111011 | 0 | 101110 | 101000 | 111101 | 101100000 | 11110 | 11110 |
Color Harmonies of #63353B
Complementary color
Monochromatic Colors of #63353B
Black with #63353B
Text Example
Text Example
White with #63353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63353B; }
p { color: rgb(99,53,59); }
H1.HeaderClassName
{
color: #63353B;
}
.AnyTagClassName
{
color: #63353B;
}
</style>
background-color css
<style>
a { background-color: #63353B; }
a { background-color: rgb(99,53,59); }
div.DivClassName
{
background-color: #63353B;
}
.BgClassName
{
background-color: #63353B;
}
</style>
border-color css
<style>
span { border-color: #63353B; }
span { border-color: rgb(99,53,59); }
td.TdClassName
{
border-color: #63353B;
}
.TagClassName
{
border-color: #63353B;
}
</style>