Shades of Merlot #67363C
Tints of Merlot #67363C
RGB
CMYK
RGB Variations
Color information
#67363C (or 0x67363C) is known color: Merlot. HEX triplet: 67, 36 and 3C. RGB value is (103,54,60). Sum of RGB (Red+Green+Blue) = 103+54+60=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67363C is #98C9C3. Grayscale: #454545. Windows color (decimal): -10013124 or 3946087. OLE color: 3946087.
HSL color Cylindrical-coordinate representation of color #67363C: hue angle of 352.65º 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 #67363C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 60 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.60 |
| HSL | 352.65º | 0.31% | 0.31% | - |
| HSV(B) | 352.65º | 0.48% | 0.4% | - |
| XYZ | 7.73 | 5.85 | 5 | - |
| YUV | 69.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 60 | 0 | 0.48 | 0.42 | 0.60 | 352.65 | 0.31 | 0.31 |
| Hex | 67 | 36 | 3C | 0 | 30 | 2A | 3C | 161 | 1F | 1F |
| Octal | 147 | 66 | 74 | 0 | 60 | 52 | 74 | 541 | 37 | 37 |
| Binary | 1100111 | 110110 | 111100 | 0 | 110000 | 101010 | 111100 | 101100001 | 11111 | 11111 |
Color Harmonies of #67363C
Complementary color
Monochromatic Colors of #67363C
Black with #67363C
Text Example
Text Example
White with #67363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67363C; }
p { color: rgb(103,54,60); }
H1.HeaderClassName
{
color: #67363C;
}
.AnyTagClassName
{
color: #67363C;
}
</style>
background-color css
<style>
a { background-color: #67363C; }
a { background-color: rgb(103,54,60); }
div.DivClassName
{
background-color: #67363C;
}
.BgClassName
{
background-color: #67363C;
}
</style>
border-color css
<style>
span { border-color: #67363C; }
span { border-color: rgb(103,54,60); }
td.TdClassName
{
border-color: #67363C;
}
.TagClassName
{
border-color: #67363C;
}
</style>