Shades of Wine Berry #542F39
Tints of Wine Berry #542F39
RGB
CMYK
RGB Variations
Color information
#542F39 (or 0x542F39) is known color: Wine Berry. HEX triplet: 54, 2F and 39. RGB value is (84,47,57). Sum of RGB (Red+Green+Blue) = 84+47+57=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #542F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F39 is #ABD0C6. Grayscale: #3B3B3B. Windows color (decimal): -11260103 or 3747668. OLE color: 3747668.
HSL color Cylindrical-coordinate representation of color #542F39: hue angle of 343.78º 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 #542F39 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 57 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.67 |
| HSL | 343.78º | 0.28% | 0.26% | - |
| HSV(B) | 343.78º | 0.44% | 0.33% | - |
| XYZ | 5.41 | 4.21 | 4.4 | - |
| YUV | 59.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 57 | 0 | 0.44 | 0.32 | 0.67 | 343.78 | 0.28 | 0.26 |
| Hex | 54 | 2F | 39 | 0 | 2C | 20 | 43 | 158 | 1C | 1A |
| Octal | 124 | 57 | 71 | 0 | 54 | 40 | 103 | 530 | 34 | 32 |
| Binary | 1010100 | 101111 | 111001 | 0 | 101100 | 100000 | 1000011 | 101011000 | 11100 | 11010 |
Color Harmonies of #542F39
Complementary color
Monochromatic Colors of #542F39
Black with #542F39
Text Example
Text Example
White with #542F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F39; }
p { color: rgb(84,47,57); }
H1.HeaderClassName
{
color: #542F39;
}
.AnyTagClassName
{
color: #542F39;
}
</style>
background-color css
<style>
a { background-color: #542F39; }
a { background-color: rgb(84,47,57); }
div.DivClassName
{
background-color: #542F39;
}
.BgClassName
{
background-color: #542F39;
}
</style>
border-color css
<style>
span { border-color: #542F39; }
span { border-color: rgb(84,47,57); }
td.TdClassName
{
border-color: #542F39;
}
.TagClassName
{
border-color: #542F39;
}
</style>