Shades of Wine Berry #522A31
Tints of Wine Berry #522A31
RGB
CMYK
RGB Variations
Color information
#522A31 (or 0x522A31) is known color: Wine Berry. HEX triplet: 52, 2A and 31. RGB value is (82,42,49). Sum of RGB (Red+Green+Blue) = 82+42+49=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A31 is #ADD5CE. Grayscale: #363636. Windows color (decimal): -11392463 or 3222098. OLE color: 3222098.
HSL color Cylindrical-coordinate representation of color #522A31: hue angle of 349.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A31 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 49 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.68 |
| HSL | 349.5º | 0.32% | 0.24% | - |
| HSV(B) | 349.5º | 0.49% | 0.32% | - |
| XYZ | 4.86 | 3.67 | 3.36 | - |
| YUV | 54.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 49 | 0 | 0.49 | 0.40 | 0.68 | 349.5 | 0.32 | 0.24 |
| Hex | 52 | 2A | 31 | 0 | 31 | 28 | 44 | 15E | 20 | 18 |
| Octal | 122 | 52 | 61 | 0 | 61 | 50 | 104 | 536 | 40 | 30 |
| Binary | 1010010 | 101010 | 110001 | 0 | 110001 | 101000 | 1000100 | 101011110 | 100000 | 11000 |
Color Harmonies of #522A31
Complementary color
Monochromatic Colors of #522A31
Black with #522A31
Text Example
Text Example
White with #522A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A31; }
p { color: rgb(82,42,49); }
H1.HeaderClassName
{
color: #522A31;
}
.AnyTagClassName
{
color: #522A31;
}
</style>
background-color css
<style>
a { background-color: #522A31; }
a { background-color: rgb(82,42,49); }
div.DivClassName
{
background-color: #522A31;
}
.BgClassName
{
background-color: #522A31;
}
</style>
border-color css
<style>
span { border-color: #522A31; }
span { border-color: rgb(82,42,49); }
td.TdClassName
{
border-color: #522A31;
}
.TagClassName
{
border-color: #522A31;
}
</style>