Shades of Merlot #67383F
Tints of Merlot #67383F
RGB
CMYK
RGB Variations
Color information
#67383F (or 0x67383F) is known color: Merlot. HEX triplet: 67, 38 and 3F. RGB value is (103,56,63). Sum of RGB (Red+Green+Blue) = 103+56+63=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #67383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67383F is #98C7C0. Grayscale: #464646. Windows color (decimal): -10012609 or 4143207. OLE color: 4143207.
HSL color Cylindrical-coordinate representation of color #67383F: hue angle of 351.06º 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 #67383F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 63 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.60 |
| HSL | 351.06º | 0.3% | 0.31% | - |
| HSV(B) | 351.06º | 0.46% | 0.4% | - |
| XYZ | 7.9 | 6.07 | 5.46 | - |
| YUV | 70.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 63 | 0 | 0.46 | 0.39 | 0.60 | 351.06 | 0.3 | 0.31 |
| Hex | 67 | 38 | 3F | 0 | 2E | 27 | 3C | 15F | 1E | 1F |
| Octal | 147 | 70 | 77 | 0 | 56 | 47 | 74 | 537 | 36 | 37 |
| Binary | 1100111 | 111000 | 111111 | 0 | 101110 | 100111 | 111100 | 101011111 | 11110 | 11111 |
Color Harmonies of #67383F
Complementary color
Monochromatic Colors of #67383F
Black with #67383F
Text Example
Text Example
White with #67383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67383F; }
p { color: rgb(103,56,63); }
H1.HeaderClassName
{
color: #67383F;
}
.AnyTagClassName
{
color: #67383F;
}
</style>
background-color css
<style>
a { background-color: #67383F; }
a { background-color: rgb(103,56,63); }
div.DivClassName
{
background-color: #67383F;
}
.BgClassName
{
background-color: #67383F;
}
</style>
border-color css
<style>
span { border-color: #67383F; }
span { border-color: rgb(103,56,63); }
td.TdClassName
{
border-color: #67383F;
}
.TagClassName
{
border-color: #67383F;
}
</style>