Shades of Wine Berry #542A31
Tints of Wine Berry #542A31
RGB
CMYK
RGB Variations
Color information
#542A31 (or 0x542A31) is known color: Wine Berry. HEX triplet: 54, 2A and 31. RGB value is (84,42,49). Sum of RGB (Red+Green+Blue) = 84+42+49=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A31 is #ABD5CE. Grayscale: #373737. Windows color (decimal): -11261391 or 3222100. OLE color: 3222100.
HSL color Cylindrical-coordinate representation of color #542A31: hue angle of 350º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A31 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 49 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.67 |
| HSL | 350º | 0.33% | 0.25% | - |
| HSV(B) | 350º | 0.5% | 0.33% | - |
| XYZ | 5.04 | 3.76 | 3.37 | - |
| YUV | 55.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 49 | 0 | 0.5 | 0.42 | 0.67 | 350 | 0.33 | 0.25 |
| Hex | 54 | 2A | 31 | 0 | 32 | 2A | 43 | 15E | 21 | 19 |
| Octal | 124 | 52 | 61 | 0 | 62 | 52 | 103 | 536 | 41 | 31 |
| Binary | 1010100 | 101010 | 110001 | 0 | 110010 | 101010 | 1000011 | 101011110 | 100001 | 11001 |
Color Harmonies of #542A31
Complementary color
Monochromatic Colors of #542A31
Black with #542A31
Text Example
Text Example
White with #542A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A31; }
p { color: rgb(84,42,49); }
H1.HeaderClassName
{
color: #542A31;
}
.AnyTagClassName
{
color: #542A31;
}
</style>
background-color css
<style>
a { background-color: #542A31; }
a { background-color: rgb(84,42,49); }
div.DivClassName
{
background-color: #542A31;
}
.BgClassName
{
background-color: #542A31;
}
</style>
border-color css
<style>
span { border-color: #542A31; }
span { border-color: rgb(84,42,49); }
td.TdClassName
{
border-color: #542A31;
}
.TagClassName
{
border-color: #542A31;
}
</style>