Shades of Wine Berry #542F37
Tints of Wine Berry #542F37
RGB
CMYK
RGB Variations
Color information
#542F37 (or 0x542F37) is known color: Wine Berry. HEX triplet: 54, 2F and 37. RGB value is (84,47,55). Sum of RGB (Red+Green+Blue) = 84+47+55=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F37 is #ABD0C8. Grayscale: #3A3A3A. Windows color (decimal): -11260105 or 3616596. OLE color: 3616596.
HSL color Cylindrical-coordinate representation of color #542F37: hue angle of 347.03º 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 #542F37 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 55 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.67 |
| HSL | 347.03º | 0.28% | 0.26% | - |
| HSV(B) | 347.03º | 0.44% | 0.33% | - |
| XYZ | 5.36 | 4.19 | 4.14 | - |
| YUV | 58.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 55 | 0 | 0.44 | 0.35 | 0.67 | 347.03 | 0.28 | 0.26 |
| Hex | 54 | 2F | 37 | 0 | 2C | 23 | 43 | 15B | 1C | 1A |
| Octal | 124 | 57 | 67 | 0 | 54 | 43 | 103 | 533 | 34 | 32 |
| Binary | 1010100 | 101111 | 110111 | 0 | 101100 | 100011 | 1000011 | 101011011 | 11100 | 11010 |
Color Harmonies of #542F37
Complementary color
Monochromatic Colors of #542F37
Black with #542F37
Text Example
Text Example
White with #542F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F37; }
p { color: rgb(84,47,55); }
H1.HeaderClassName
{
color: #542F37;
}
.AnyTagClassName
{
color: #542F37;
}
</style>
background-color css
<style>
a { background-color: #542F37; }
a { background-color: rgb(84,47,55); }
div.DivClassName
{
background-color: #542F37;
}
.BgClassName
{
background-color: #542F37;
}
</style>
border-color css
<style>
span { border-color: #542F37; }
span { border-color: rgb(84,47,55); }
td.TdClassName
{
border-color: #542F37;
}
.TagClassName
{
border-color: #542F37;
}
</style>