Shades of Wine Berry #542B34
Tints of Wine Berry #542B34
RGB
CMYK
RGB Variations
Color information
#542B34 (or 0x542B34) is known color: Wine Berry. HEX triplet: 54, 2B and 34. RGB value is (84,43,52). Sum of RGB (Red+Green+Blue) = 84+43+52=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #542B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B34 is #ABD4CB. Grayscale: #383838. Windows color (decimal): -11261132 or 3418964. OLE color: 3418964.
HSL color Cylindrical-coordinate representation of color #542B34: hue angle of 346.83º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B34 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 52 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.67 |
| HSL | 346.83º | 0.32% | 0.25% | - |
| HSV(B) | 346.83º | 0.49% | 0.33% | - |
| XYZ | 5.14 | 3.86 | 3.72 | - |
| YUV | 56.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 52 | 0 | 0.49 | 0.38 | 0.67 | 346.83 | 0.32 | 0.25 |
| Hex | 54 | 2B | 34 | 0 | 31 | 26 | 43 | 15B | 20 | 19 |
| Octal | 124 | 53 | 64 | 0 | 61 | 46 | 103 | 533 | 40 | 31 |
| Binary | 1010100 | 101011 | 110100 | 0 | 110001 | 100110 | 1000011 | 101011011 | 100000 | 11001 |
Color Harmonies of #542B34
Complementary color
Monochromatic Colors of #542B34
Black with #542B34
Text Example
Text Example
White with #542B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B34; }
p { color: rgb(84,43,52); }
H1.HeaderClassName
{
color: #542B34;
}
.AnyTagClassName
{
color: #542B34;
}
</style>
background-color css
<style>
a { background-color: #542B34; }
a { background-color: rgb(84,43,52); }
div.DivClassName
{
background-color: #542B34;
}
.BgClassName
{
background-color: #542B34;
}
</style>
border-color css
<style>
span { border-color: #542B34; }
span { border-color: rgb(84,43,52); }
td.TdClassName
{
border-color: #542B34;
}
.TagClassName
{
border-color: #542B34;
}
</style>