Shades of Merlot #633A3E
Tints of Merlot #633A3E
RGB
CMYK
RGB Variations
Color information
#633A3E (or 0x633A3E) is known color: Merlot. HEX triplet: 63, 3A and 3E. RGB value is (99,58,62). Sum of RGB (Red+Green+Blue) = 99+58+62=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #633A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A3E is #9CC5C1. Grayscale: #464646. Windows color (decimal): -10274242 or 4078179. OLE color: 4078179.
HSL color Cylindrical-coordinate representation of color #633A3E: hue angle of 354.15º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #633A3E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 62 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.61 |
| HSL | 354.15º | 0.26% | 0.31% | - |
| HSV(B) | 354.15º | 0.41% | 0.39% | - |
| XYZ | 7.53 | 6.03 | 5.32 | - |
| YUV | 70.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 62 | 0 | 0.41 | 0.37 | 0.61 | 354.15 | 0.26 | 0.31 |
| Hex | 63 | 3A | 3E | 0 | 29 | 25 | 3D | 162 | 1A | 1F |
| Octal | 143 | 72 | 76 | 0 | 51 | 45 | 75 | 542 | 32 | 37 |
| Binary | 1100011 | 111010 | 111110 | 0 | 101001 | 100101 | 111101 | 101100010 | 11010 | 11111 |
Color Harmonies of #633A3E
Complementary color
Monochromatic Colors of #633A3E
Black with #633A3E
Text Example
Text Example
White with #633A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A3E; }
p { color: rgb(99,58,62); }
H1.HeaderClassName
{
color: #633A3E;
}
.AnyTagClassName
{
color: #633A3E;
}
</style>
background-color css
<style>
a { background-color: #633A3E; }
a { background-color: rgb(99,58,62); }
div.DivClassName
{
background-color: #633A3E;
}
.BgClassName
{
background-color: #633A3E;
}
</style>
border-color css
<style>
span { border-color: #633A3E; }
span { border-color: rgb(99,58,62); }
td.TdClassName
{
border-color: #633A3E;
}
.TagClassName
{
border-color: #633A3E;
}
</style>