Shades of Wine Berry #542D35
Tints of Wine Berry #542D35
RGB
CMYK
RGB Variations
Color information
#542D35 (or 0x542D35) is known color: Wine Berry. HEX triplet: 54, 2D and 35. RGB value is (84,45,53). Sum of RGB (Red+Green+Blue) = 84+45+53=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #542D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D35 is #ABD2CA. Grayscale: #393939. Windows color (decimal): -11260619 or 3485012. OLE color: 3485012.
HSL color Cylindrical-coordinate representation of color #542D35: hue angle of 347.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D35 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 53 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.67 |
| HSL | 347.69º | 0.3% | 0.25% | - |
| HSV(B) | 347.69º | 0.46% | 0.33% | - |
| XYZ | 5.24 | 4.02 | 3.87 | - |
| YUV | 57.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 53 | 0 | 0.46 | 0.37 | 0.67 | 347.69 | 0.3 | 0.25 |
| Hex | 54 | 2D | 35 | 0 | 2E | 25 | 43 | 15C | 1E | 19 |
| Octal | 124 | 55 | 65 | 0 | 56 | 45 | 103 | 534 | 36 | 31 |
| Binary | 1010100 | 101101 | 110101 | 0 | 101110 | 100101 | 1000011 | 101011100 | 11110 | 11001 |
Color Harmonies of #542D35
Complementary color
Monochromatic Colors of #542D35
Black with #542D35
Text Example
Text Example
White with #542D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D35; }
p { color: rgb(84,45,53); }
H1.HeaderClassName
{
color: #542D35;
}
.AnyTagClassName
{
color: #542D35;
}
</style>
background-color css
<style>
a { background-color: #542D35; }
a { background-color: rgb(84,45,53); }
div.DivClassName
{
background-color: #542D35;
}
.BgClassName
{
background-color: #542D35;
}
</style>
border-color css
<style>
span { border-color: #542D35; }
span { border-color: rgb(84,45,53); }
td.TdClassName
{
border-color: #542D35;
}
.TagClassName
{
border-color: #542D35;
}
</style>