Shades of Merlot #633A3F
Tints of Merlot #633A3F
RGB
CMYK
RGB Variations
Color information
#633A3F (or 0x633A3F) is known color: Merlot. HEX triplet: 63, 3A and 3F. RGB value is (99,58,63). Sum of RGB (Red+Green+Blue) = 99+58+63=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #633A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A3F is #9CC5C0. Grayscale: #464646. Windows color (decimal): -10274241 or 4143715. OLE color: 4143715.
HSL color Cylindrical-coordinate representation of color #633A3F: hue angle of 352.68º 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 #633A3F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 63 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.61 |
| HSL | 352.68º | 0.26% | 0.31% | - |
| HSV(B) | 352.68º | 0.41% | 0.39% | - |
| XYZ | 7.56 | 6.04 | 5.47 | - |
| YUV | 70.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 63 | 0 | 0.41 | 0.36 | 0.61 | 352.68 | 0.26 | 0.31 |
| Hex | 63 | 3A | 3F | 0 | 29 | 24 | 3D | 161 | 1A | 1F |
| Octal | 143 | 72 | 77 | 0 | 51 | 44 | 75 | 541 | 32 | 37 |
| Binary | 1100011 | 111010 | 111111 | 0 | 101001 | 100100 | 111101 | 101100001 | 11010 | 11111 |
Color Harmonies of #633A3F
Complementary color
Monochromatic Colors of #633A3F
Black with #633A3F
Text Example
Text Example
White with #633A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A3F; }
p { color: rgb(99,58,63); }
H1.HeaderClassName
{
color: #633A3F;
}
.AnyTagClassName
{
color: #633A3F;
}
</style>
background-color css
<style>
a { background-color: #633A3F; }
a { background-color: rgb(99,58,63); }
div.DivClassName
{
background-color: #633A3F;
}
.BgClassName
{
background-color: #633A3F;
}
</style>
border-color css
<style>
span { border-color: #633A3F; }
span { border-color: rgb(99,58,63); }
td.TdClassName
{
border-color: #633A3F;
}
.TagClassName
{
border-color: #633A3F;
}
</style>