Shades of Merlot #63393D
Tints of Merlot #63393D
RGB
CMYK
RGB Variations
Color information
#63393D (or 0x63393D) is known color: Merlot. HEX triplet: 63, 39 and 3D. RGB value is (99,57,61). Sum of RGB (Red+Green+Blue) = 99+57+61=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63393D is #9CC6C2. Grayscale: #464646. Windows color (decimal): -10274499 or 4012387. OLE color: 4012387.
HSL color Cylindrical-coordinate representation of color #63393D: hue angle of 354.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63393D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 61 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.61 |
| HSL | 354.29º | 0.27% | 0.31% | - |
| HSV(B) | 354.29º | 0.42% | 0.39% | - |
| XYZ | 7.45 | 5.92 | 5.16 | - |
| YUV | 70.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 61 | 0 | 0.42 | 0.38 | 0.61 | 354.29 | 0.27 | 0.31 |
| Hex | 63 | 39 | 3D | 0 | 2A | 26 | 3D | 162 | 1B | 1F |
| Octal | 143 | 71 | 75 | 0 | 52 | 46 | 75 | 542 | 33 | 37 |
| Binary | 1100011 | 111001 | 111101 | 0 | 101010 | 100110 | 111101 | 101100010 | 11011 | 11111 |
Color Harmonies of #63393D
Complementary color
Monochromatic Colors of #63393D
Black with #63393D
Text Example
Text Example
White with #63393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63393D; }
p { color: rgb(99,57,61); }
H1.HeaderClassName
{
color: #63393D;
}
.AnyTagClassName
{
color: #63393D;
}
</style>
background-color css
<style>
a { background-color: #63393D; }
a { background-color: rgb(99,57,61); }
div.DivClassName
{
background-color: #63393D;
}
.BgClassName
{
background-color: #63393D;
}
</style>
border-color css
<style>
span { border-color: #63393D; }
span { border-color: rgb(99,57,61); }
td.TdClassName
{
border-color: #63393D;
}
.TagClassName
{
border-color: #63393D;
}
</style>