Shades of Merlot #69373D
Tints of Merlot #69373D
RGB
CMYK
RGB Variations
Color information
#69373D (or 0x69373D) is known color: Merlot. HEX triplet: 69, 37 and 3D. RGB value is (105,55,61). Sum of RGB (Red+Green+Blue) = 105+55+61=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69373D is #96C8C2. Grayscale: #464646. Windows color (decimal): -9881795 or 4011881. OLE color: 4011881.
HSL color Cylindrical-coordinate representation of color #69373D: hue angle of 352.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69373D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 61 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.59 |
| HSL | 352.8º | 0.31% | 0.31% | - |
| HSV(B) | 352.8º | 0.48% | 0.41% | - |
| XYZ | 8.03 | 6.07 | 5.16 | - |
| YUV | 70.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 61 | 0 | 0.48 | 0.42 | 0.59 | 352.8 | 0.31 | 0.31 |
| Hex | 69 | 37 | 3D | 0 | 30 | 2A | 3B | 161 | 1F | 1F |
| Octal | 151 | 67 | 75 | 0 | 60 | 52 | 73 | 541 | 37 | 37 |
| Binary | 1101001 | 110111 | 111101 | 0 | 110000 | 101010 | 111011 | 101100001 | 11111 | 11111 |
Color Harmonies of #69373D
Complementary color
Monochromatic Colors of #69373D
Black with #69373D
Text Example
Text Example
White with #69373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69373D; }
p { color: rgb(105,55,61); }
H1.HeaderClassName
{
color: #69373D;
}
.AnyTagClassName
{
color: #69373D;
}
</style>
background-color css
<style>
a { background-color: #69373D; }
a { background-color: rgb(105,55,61); }
div.DivClassName
{
background-color: #69373D;
}
.BgClassName
{
background-color: #69373D;
}
</style>
border-color css
<style>
span { border-color: #69373D; }
span { border-color: rgb(105,55,61); }
td.TdClassName
{
border-color: #69373D;
}
.TagClassName
{
border-color: #69373D;
}
</style>