Shades of Wine Berry #542D36
Tints of Wine Berry #542D36
RGB
CMYK
RGB Variations
Color information
#542D36 (or 0x542D36) is known color: Wine Berry. HEX triplet: 54, 2D and 36. RGB value is (84,45,54). Sum of RGB (Red+Green+Blue) = 84+45+54=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #542D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D36 is #ABD2C9. Grayscale: #393939. Windows color (decimal): -11260618 or 3550548. OLE color: 3550548.
HSL color Cylindrical-coordinate representation of color #542D36: hue angle of 346.15º 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 #542D36 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 54 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.67 |
| HSL | 346.15º | 0.3% | 0.25% | - |
| HSV(B) | 346.15º | 0.46% | 0.33% | - |
| XYZ | 5.26 | 4.03 | 3.99 | - |
| YUV | 57.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 54 | 0 | 0.46 | 0.36 | 0.67 | 346.15 | 0.3 | 0.25 |
| Hex | 54 | 2D | 36 | 0 | 2E | 24 | 43 | 15A | 1E | 19 |
| Octal | 124 | 55 | 66 | 0 | 56 | 44 | 103 | 532 | 36 | 31 |
| Binary | 1010100 | 101101 | 110110 | 0 | 101110 | 100100 | 1000011 | 101011010 | 11110 | 11001 |
Color Harmonies of #542D36
Complementary color
Monochromatic Colors of #542D36
Black with #542D36
Text Example
Text Example
White with #542D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D36; }
p { color: rgb(84,45,54); }
H1.HeaderClassName
{
color: #542D36;
}
.AnyTagClassName
{
color: #542D36;
}
</style>
background-color css
<style>
a { background-color: #542D36; }
a { background-color: rgb(84,45,54); }
div.DivClassName
{
background-color: #542D36;
}
.BgClassName
{
background-color: #542D36;
}
</style>
border-color css
<style>
span { border-color: #542D36; }
span { border-color: rgb(84,45,54); }
td.TdClassName
{
border-color: #542D36;
}
.TagClassName
{
border-color: #542D36;
}
</style>