Shades of Merlot #69383B
Tints of Merlot #69383B
RGB
CMYK
RGB Variations
Color information
#69383B (or 0x69383B) is known color: Merlot. HEX triplet: 69, 38 and 3B. RGB value is (105,56,59). Sum of RGB (Red+Green+Blue) = 105+56+59=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69383B is #96C7C4. Grayscale: #474747. Windows color (decimal): -9881541 or 3881065. OLE color: 3881065.
HSL color Cylindrical-coordinate representation of color #69383B: hue angle of 356.33º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69383B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 56 | 59 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.59 |
| HSL | 356.33º | 0.3% | 0.32% | - |
| HSV(B) | 356.33º | 0.47% | 0.41% | - |
| XYZ | 8.03 | 6.15 | 4.9 | - |
| YUV | 70.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 59 | 0 | 0.47 | 0.44 | 0.59 | 356.33 | 0.3 | 0.32 |
| Hex | 69 | 38 | 3B | 0 | 2F | 2C | 3B | 164 | 1E | 20 |
| Octal | 151 | 70 | 73 | 0 | 57 | 54 | 73 | 544 | 36 | 40 |
| Binary | 1101001 | 111000 | 111011 | 0 | 101111 | 101100 | 111011 | 101100100 | 11110 | 100000 |
Color Harmonies of #69383B
Complementary color
Monochromatic Colors of #69383B
Black with #69383B
Text Example
Text Example
White with #69383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69383B; }
p { color: rgb(105,56,59); }
H1.HeaderClassName
{
color: #69383B;
}
.AnyTagClassName
{
color: #69383B;
}
</style>
background-color css
<style>
a { background-color: #69383B; }
a { background-color: rgb(105,56,59); }
div.DivClassName
{
background-color: #69383B;
}
.BgClassName
{
background-color: #69383B;
}
</style>
border-color css
<style>
span { border-color: #69383B; }
span { border-color: rgb(105,56,59); }
td.TdClassName
{
border-color: #69383B;
}
.TagClassName
{
border-color: #69383B;
}
</style>