Shades of Merlot #67383E
Tints of Merlot #67383E
RGB
CMYK
RGB Variations
Color information
#67383E (or 0x67383E) is known color: Merlot. HEX triplet: 67, 38 and 3E. RGB value is (103,56,62). Sum of RGB (Red+Green+Blue) = 103+56+62=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #67383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67383E is #98C7C1. Grayscale: #464646. Windows color (decimal): -10012610 or 4077671. OLE color: 4077671.
HSL color Cylindrical-coordinate representation of color #67383E: hue angle of 352.34º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67383E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 62 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.60 |
| HSL | 352.34º | 0.3% | 0.31% | - |
| HSV(B) | 352.34º | 0.46% | 0.4% | - |
| XYZ | 7.88 | 6.06 | 5.31 | - |
| YUV | 70.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 62 | 0 | 0.46 | 0.40 | 0.60 | 352.34 | 0.3 | 0.31 |
| Hex | 67 | 38 | 3E | 0 | 2E | 28 | 3C | 160 | 1E | 1F |
| Octal | 147 | 70 | 76 | 0 | 56 | 50 | 74 | 540 | 36 | 37 |
| Binary | 1100111 | 111000 | 111110 | 0 | 101110 | 101000 | 111100 | 101100000 | 11110 | 11111 |
Color Harmonies of #67383E
Complementary color
Monochromatic Colors of #67383E
Black with #67383E
Text Example
Text Example
White with #67383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67383E; }
p { color: rgb(103,56,62); }
H1.HeaderClassName
{
color: #67383E;
}
.AnyTagClassName
{
color: #67383E;
}
</style>
background-color css
<style>
a { background-color: #67383E; }
a { background-color: rgb(103,56,62); }
div.DivClassName
{
background-color: #67383E;
}
.BgClassName
{
background-color: #67383E;
}
</style>
border-color css
<style>
span { border-color: #67383E; }
span { border-color: rgb(103,56,62); }
td.TdClassName
{
border-color: #67383E;
}
.TagClassName
{
border-color: #67383E;
}
</style>