Shades of Merlot #732F3A
Tints of Merlot #732F3A
RGB
CMYK
RGB Variations
Color information
#732F3A (or 0x732F3A) is known color: Merlot. HEX triplet: 73, 2F and 3A. RGB value is (115,47,58). Sum of RGB (Red+Green+Blue) = 115+47+58=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #732F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F3A is #8CD0C5. Grayscale: #444444. Windows color (decimal): -9228486 or 3813235. OLE color: 3813235.
HSL color Cylindrical-coordinate representation of color #732F3A: hue angle of 350.29º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F3A is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 58 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.55 |
| HSL | 350.29º | 0.42% | 0.32% | - |
| HSV(B) | 350.29º | 0.59% | 0.45% | - |
| XYZ | 8.85 | 5.98 | 4.69 | - |
| YUV | 68.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 58 | 0 | 0.59 | 0.50 | 0.55 | 350.29 | 0.42 | 0.32 |
| Hex | 73 | 2F | 3A | 0 | 3B | 32 | 37 | 15E | 2A | 20 |
| Octal | 163 | 57 | 72 | 0 | 73 | 62 | 67 | 536 | 52 | 40 |
| Binary | 1110011 | 101111 | 111010 | 0 | 111011 | 110010 | 110111 | 101011110 | 101010 | 100000 |
Color Harmonies of #732F3A
Complementary color
Monochromatic Colors of #732F3A
Black with #732F3A
Text Example
Text Example
White with #732F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F3A; }
p { color: rgb(115,47,58); }
H1.HeaderClassName
{
color: #732F3A;
}
.AnyTagClassName
{
color: #732F3A;
}
</style>
background-color css
<style>
a { background-color: #732F3A; }
a { background-color: rgb(115,47,58); }
div.DivClassName
{
background-color: #732F3A;
}
.BgClassName
{
background-color: #732F3A;
}
</style>
border-color css
<style>
span { border-color: #732F3A; }
span { border-color: rgb(115,47,58); }
td.TdClassName
{
border-color: #732F3A;
}
.TagClassName
{
border-color: #732F3A;
}
</style>