Shades of Merlot #67363E
Tints of Merlot #67363E
RGB
CMYK
RGB Variations
Color information
#67363E (or 0x67363E) is known color: Merlot. HEX triplet: 67, 36 and 3E. RGB value is (103,54,62). Sum of RGB (Red+Green+Blue) = 103+54+62=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67363E is #98C9C1. Grayscale: #454545. Windows color (decimal): -10013122 or 4077159. OLE color: 4077159.
HSL color Cylindrical-coordinate representation of color #67363E: hue angle of 350.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67363E is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 62 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.60 |
| HSL | 350.2º | 0.31% | 0.31% | - |
| HSV(B) | 350.2º | 0.48% | 0.4% | - |
| XYZ | 7.78 | 5.87 | 5.28 | - |
| YUV | 69.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 62 | 0 | 0.48 | 0.40 | 0.60 | 350.2 | 0.31 | 0.31 |
| Hex | 67 | 36 | 3E | 0 | 30 | 28 | 3C | 15E | 1F | 1F |
| Octal | 147 | 66 | 76 | 0 | 60 | 50 | 74 | 536 | 37 | 37 |
| Binary | 1100111 | 110110 | 111110 | 0 | 110000 | 101000 | 111100 | 101011110 | 11111 | 11111 |
Color Harmonies of #67363E
Complementary color
Monochromatic Colors of #67363E
Black with #67363E
Text Example
Text Example
White with #67363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67363E; }
p { color: rgb(103,54,62); }
H1.HeaderClassName
{
color: #67363E;
}
.AnyTagClassName
{
color: #67363E;
}
</style>
background-color css
<style>
a { background-color: #67363E; }
a { background-color: rgb(103,54,62); }
div.DivClassName
{
background-color: #67363E;
}
.BgClassName
{
background-color: #67363E;
}
</style>
border-color css
<style>
span { border-color: #67363E; }
span { border-color: rgb(103,54,62); }
td.TdClassName
{
border-color: #67363E;
}
.TagClassName
{
border-color: #67363E;
}
</style>