Shades of Wine Berry #522E3A
Tints of Wine Berry #522E3A
RGB
CMYK
RGB Variations
Color information
#522E3A (or 0x522E3A) is known color: Wine Berry. HEX triplet: 52, 2E and 3A. RGB value is (82,46,58). Sum of RGB (Red+Green+Blue) = 82+46+58=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #522E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E3A is #ADD1C5. Grayscale: #3A3A3A. Windows color (decimal): -11391430 or 3812946. OLE color: 3812946.
HSL color Cylindrical-coordinate representation of color #522E3A: hue angle of 340º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #522E3A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 46 | 58 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.68 |
| HSL | 340º | 0.28% | 0.25% | - |
| HSV(B) | 340º | 0.44% | 0.32% | - |
| XYZ | 5.22 | 4.05 | 4.51 | - |
| YUV | 58.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 58 | 0 | 0.44 | 0.29 | 0.68 | 340 | 0.28 | 0.25 |
| Hex | 52 | 2E | 3A | 0 | 2C | 1D | 44 | 154 | 1C | 19 |
| Octal | 122 | 56 | 72 | 0 | 54 | 35 | 104 | 524 | 34 | 31 |
| Binary | 1010010 | 101110 | 111010 | 0 | 101100 | 11101 | 1000100 | 101010100 | 11100 | 11001 |
Color Harmonies of #522E3A
Complementary color
Monochromatic Colors of #522E3A
Black with #522E3A
Text Example
Text Example
White with #522E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E3A; }
p { color: rgb(82,46,58); }
H1.HeaderClassName
{
color: #522E3A;
}
.AnyTagClassName
{
color: #522E3A;
}
</style>
background-color css
<style>
a { background-color: #522E3A; }
a { background-color: rgb(82,46,58); }
div.DivClassName
{
background-color: #522E3A;
}
.BgClassName
{
background-color: #522E3A;
}
</style>
border-color css
<style>
span { border-color: #522E3A; }
span { border-color: rgb(82,46,58); }
td.TdClassName
{
border-color: #522E3A;
}
.TagClassName
{
border-color: #522E3A;
}
</style>