Shades of Wine Berry #522F39
Tints of Wine Berry #522F39
RGB
CMYK
RGB Variations
Color information
#522F39 (or 0x522F39) is known color: Wine Berry. HEX triplet: 52, 2F and 39. RGB value is (82,47,57). Sum of RGB (Red+Green+Blue) = 82+47+57=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #522F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F39 is #ADD0C6. Grayscale: #3A3A3A. Windows color (decimal): -11391175 or 3747666. OLE color: 3747666.
HSL color Cylindrical-coordinate representation of color #522F39: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #522F39 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 57 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.68 |
| HSL | 342.86º | 0.27% | 0.25% | - |
| HSV(B) | 342.86º | 0.43% | 0.32% | - |
| XYZ | 5.23 | 4.12 | 4.39 | - |
| YUV | 58.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 57 | 0 | 0.43 | 0.30 | 0.68 | 342.86 | 0.27 | 0.25 |
| Hex | 52 | 2F | 39 | 0 | 2B | 1E | 44 | 157 | 1B | 19 |
| Octal | 122 | 57 | 71 | 0 | 53 | 36 | 104 | 527 | 33 | 31 |
| Binary | 1010010 | 101111 | 111001 | 0 | 101011 | 11110 | 1000100 | 101010111 | 11011 | 11001 |
Color Harmonies of #522F39
Complementary color
Monochromatic Colors of #522F39
Black with #522F39
Text Example
Text Example
White with #522F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F39; }
p { color: rgb(82,47,57); }
H1.HeaderClassName
{
color: #522F39;
}
.AnyTagClassName
{
color: #522F39;
}
</style>
background-color css
<style>
a { background-color: #522F39; }
a { background-color: rgb(82,47,57); }
div.DivClassName
{
background-color: #522F39;
}
.BgClassName
{
background-color: #522F39;
}
</style>
border-color css
<style>
span { border-color: #522F39; }
span { border-color: rgb(82,47,57); }
td.TdClassName
{
border-color: #522F39;
}
.TagClassName
{
border-color: #522F39;
}
</style>