Shades of Merlot #633B3E
Tints of Merlot #633B3E
RGB
CMYK
RGB Variations
Color information
#633B3E (or 0x633B3E) is known color: Merlot. HEX triplet: 63, 3B and 3E. RGB value is (99,59,62). Sum of RGB (Red+Green+Blue) = 99+59+62=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #633B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B3E is #9CC4C1. Grayscale: #474747. Windows color (decimal): -10273986 or 4078435. OLE color: 4078435.
HSL color Cylindrical-coordinate representation of color #633B3E: hue angle of 355.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B3E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 62 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.61 |
| HSL | 355.5º | 0.25% | 0.31% | - |
| HSV(B) | 355.5º | 0.4% | 0.39% | - |
| XYZ | 7.58 | 6.13 | 5.34 | - |
| YUV | 71.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 62 | 0 | 0.40 | 0.37 | 0.61 | 355.5 | 0.25 | 0.31 |
| Hex | 63 | 3B | 3E | 0 | 28 | 25 | 3D | 164 | 19 | 1F |
| Octal | 143 | 73 | 76 | 0 | 50 | 45 | 75 | 544 | 31 | 37 |
| Binary | 1100011 | 111011 | 111110 | 0 | 101000 | 100101 | 111101 | 101100100 | 11001 | 11111 |
Color Harmonies of #633B3E
Complementary color
Monochromatic Colors of #633B3E
Black with #633B3E
Text Example
Text Example
White with #633B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B3E; }
p { color: rgb(99,59,62); }
H1.HeaderClassName
{
color: #633B3E;
}
.AnyTagClassName
{
color: #633B3E;
}
</style>
background-color css
<style>
a { background-color: #633B3E; }
a { background-color: rgb(99,59,62); }
div.DivClassName
{
background-color: #633B3E;
}
.BgClassName
{
background-color: #633B3E;
}
</style>
border-color css
<style>
span { border-color: #633B3E; }
span { border-color: rgb(99,59,62); }
td.TdClassName
{
border-color: #633B3E;
}
.TagClassName
{
border-color: #633B3E;
}
</style>