Shades of Merlot #673337
Tints of Merlot #673337
RGB
CMYK
RGB Variations
Color information
#673337 (or 0x673337) is known color: Merlot. HEX triplet: 67, 33 and 37. RGB value is (103,51,55). Sum of RGB (Red+Green+Blue) = 103+51+55=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #673337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673337 is #98CCC8. Grayscale: #434343. Windows color (decimal): -10013897 or 3617639. OLE color: 3617639.
HSL color Cylindrical-coordinate representation of color #673337: hue angle of 355.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673337 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 55 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.60 |
| HSL | 355.38º | 0.34% | 0.3% | - |
| HSV(B) | 355.38º | 0.5% | 0.4% | - |
| XYZ | 7.47 | 5.53 | 4.29 | - |
| YUV | 67 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 55 | 0 | 0.50 | 0.47 | 0.60 | 355.38 | 0.34 | 0.3 |
| Hex | 67 | 33 | 37 | 0 | 32 | 2F | 3C | 163 | 22 | 1E |
| Octal | 147 | 63 | 67 | 0 | 62 | 57 | 74 | 543 | 42 | 36 |
| Binary | 1100111 | 110011 | 110111 | 0 | 110010 | 101111 | 111100 | 101100011 | 100010 | 11110 |
Color Harmonies of #673337
Complementary color
Monochromatic Colors of #673337
Black with #673337
Text Example
Text Example
White with #673337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673337; }
p { color: rgb(103,51,55); }
H1.HeaderClassName
{
color: #673337;
}
.AnyTagClassName
{
color: #673337;
}
</style>
background-color css
<style>
a { background-color: #673337; }
a { background-color: rgb(103,51,55); }
div.DivClassName
{
background-color: #673337;
}
.BgClassName
{
background-color: #673337;
}
</style>
border-color css
<style>
span { border-color: #673337; }
span { border-color: rgb(103,51,55); }
td.TdClassName
{
border-color: #673337;
}
.TagClassName
{
border-color: #673337;
}
</style>