Shades of Wine Berry #542F3B
Tints of Wine Berry #542F3B
RGB
CMYK
RGB Variations
Color information
#542F3B (or 0x542F3B) is known color: Wine Berry. HEX triplet: 54, 2F and 3B. RGB value is (84,47,59). Sum of RGB (Red+Green+Blue) = 84+47+59=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F3B is #ABD0C4. Grayscale: #3B3B3B. Windows color (decimal): -11260101 or 3878740. OLE color: 3878740.
HSL color Cylindrical-coordinate representation of color #542F3B: hue angle of 340.54º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #542F3B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 59 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.67 |
| HSL | 340.54º | 0.28% | 0.26% | - |
| HSV(B) | 340.54º | 0.44% | 0.33% | - |
| XYZ | 5.46 | 4.23 | 4.67 | - |
| YUV | 59.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 59 | 0 | 0.44 | 0.30 | 0.67 | 340.54 | 0.28 | 0.26 |
| Hex | 54 | 2F | 3B | 0 | 2C | 1E | 43 | 155 | 1C | 1A |
| Octal | 124 | 57 | 73 | 0 | 54 | 36 | 103 | 525 | 34 | 32 |
| Binary | 1010100 | 101111 | 111011 | 0 | 101100 | 11110 | 1000011 | 101010101 | 11100 | 11010 |
Color Harmonies of #542F3B
Complementary color
Monochromatic Colors of #542F3B
Black with #542F3B
Text Example
Text Example
White with #542F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F3B; }
p { color: rgb(84,47,59); }
H1.HeaderClassName
{
color: #542F3B;
}
.AnyTagClassName
{
color: #542F3B;
}
</style>
background-color css
<style>
a { background-color: #542F3B; }
a { background-color: rgb(84,47,59); }
div.DivClassName
{
background-color: #542F3B;
}
.BgClassName
{
background-color: #542F3B;
}
</style>
border-color css
<style>
span { border-color: #542F3B; }
span { border-color: rgb(84,47,59); }
td.TdClassName
{
border-color: #542F3B;
}
.TagClassName
{
border-color: #542F3B;
}
</style>