Shades of Merlot #63393C
Tints of Merlot #63393C
RGB
CMYK
RGB Variations
Color information
#63393C (or 0x63393C) is known color: Merlot. HEX triplet: 63, 39 and 3C. RGB value is (99,57,60). Sum of RGB (Red+Green+Blue) = 99+57+60=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63393C is #9CC6C3. Grayscale: #454545. Windows color (decimal): -10274500 or 3946851. OLE color: 3946851.
HSL color Cylindrical-coordinate representation of color #63393C: hue angle of 355.71º 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 #63393C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 60 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.61 |
| HSL | 355.71º | 0.27% | 0.31% | - |
| HSV(B) | 355.71º | 0.42% | 0.39% | - |
| XYZ | 7.42 | 5.91 | 5.02 | - |
| YUV | 69.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 60 | 0 | 0.42 | 0.39 | 0.61 | 355.71 | 0.27 | 0.31 |
| Hex | 63 | 39 | 3C | 0 | 2A | 27 | 3D | 164 | 1B | 1F |
| Octal | 143 | 71 | 74 | 0 | 52 | 47 | 75 | 544 | 33 | 37 |
| Binary | 1100011 | 111001 | 111100 | 0 | 101010 | 100111 | 111101 | 101100100 | 11011 | 11111 |
Color Harmonies of #63393C
Complementary color
Monochromatic Colors of #63393C
Black with #63393C
Text Example
Text Example
White with #63393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63393C; }
p { color: rgb(99,57,60); }
H1.HeaderClassName
{
color: #63393C;
}
.AnyTagClassName
{
color: #63393C;
}
</style>
background-color css
<style>
a { background-color: #63393C; }
a { background-color: rgb(99,57,60); }
div.DivClassName
{
background-color: #63393C;
}
.BgClassName
{
background-color: #63393C;
}
</style>
border-color css
<style>
span { border-color: #63393C; }
span { border-color: rgb(99,57,60); }
td.TdClassName
{
border-color: #63393C;
}
.TagClassName
{
border-color: #63393C;
}
</style>