Shades of Wine Berry #542F35
Tints of Wine Berry #542F35
RGB
CMYK
RGB Variations
Color information
#542F35 (or 0x542F35) is known color: Wine Berry. HEX triplet: 54, 2F and 35. RGB value is (84,47,53). Sum of RGB (Red+Green+Blue) = 84+47+53=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #542F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F35 is #ABD0CA. Grayscale: #3A3A3A. Windows color (decimal): -11260107 or 3485524. OLE color: 3485524.
HSL color Cylindrical-coordinate representation of color #542F35: hue angle of 350.27º 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 #542F35 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 53 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.67 |
| HSL | 350.27º | 0.28% | 0.26% | - |
| HSV(B) | 350.27º | 0.44% | 0.33% | - |
| XYZ | 5.32 | 4.17 | 3.89 | - |
| YUV | 58.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 53 | 0 | 0.44 | 0.37 | 0.67 | 350.27 | 0.28 | 0.26 |
| Hex | 54 | 2F | 35 | 0 | 2C | 25 | 43 | 15E | 1C | 1A |
| Octal | 124 | 57 | 65 | 0 | 54 | 45 | 103 | 536 | 34 | 32 |
| Binary | 1010100 | 101111 | 110101 | 0 | 101100 | 100101 | 1000011 | 101011110 | 11100 | 11010 |
Color Harmonies of #542F35
Complementary color
Monochromatic Colors of #542F35
Black with #542F35
Text Example
Text Example
White with #542F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F35; }
p { color: rgb(84,47,53); }
H1.HeaderClassName
{
color: #542F35;
}
.AnyTagClassName
{
color: #542F35;
}
</style>
background-color css
<style>
a { background-color: #542F35; }
a { background-color: rgb(84,47,53); }
div.DivClassName
{
background-color: #542F35;
}
.BgClassName
{
background-color: #542F35;
}
</style>
border-color css
<style>
span { border-color: #542F35; }
span { border-color: rgb(84,47,53); }
td.TdClassName
{
border-color: #542F35;
}
.TagClassName
{
border-color: #542F35;
}
</style>