Shades of Wine Berry #522B34
Tints of Wine Berry #522B34
RGB
CMYK
RGB Variations
Color information
#522B34 (or 0x522B34) is known color: Wine Berry. HEX triplet: 52, 2B and 34. RGB value is (82,43,52). Sum of RGB (Red+Green+Blue) = 82+43+52=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #522B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B34 is #ADD4CB. Grayscale: #373737. Windows color (decimal): -11392204 or 3418962. OLE color: 3418962.
HSL color Cylindrical-coordinate representation of color #522B34: hue angle of 346.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B34 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 43 | 52 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.68 |
| HSL | 346.15º | 0.31% | 0.25% | - |
| HSV(B) | 346.15º | 0.48% | 0.32% | - |
| XYZ | 4.96 | 3.77 | 3.71 | - |
| YUV | 55.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 52 | 0 | 0.48 | 0.37 | 0.68 | 346.15 | 0.31 | 0.25 |
| Hex | 52 | 2B | 34 | 0 | 30 | 25 | 44 | 15A | 1F | 19 |
| Octal | 122 | 53 | 64 | 0 | 60 | 45 | 104 | 532 | 37 | 31 |
| Binary | 1010010 | 101011 | 110100 | 0 | 110000 | 100101 | 1000100 | 101011010 | 11111 | 11001 |
Color Harmonies of #522B34
Complementary color
Monochromatic Colors of #522B34
Black with #522B34
Text Example
Text Example
White with #522B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B34; }
p { color: rgb(82,43,52); }
H1.HeaderClassName
{
color: #522B34;
}
.AnyTagClassName
{
color: #522B34;
}
</style>
background-color css
<style>
a { background-color: #522B34; }
a { background-color: rgb(82,43,52); }
div.DivClassName
{
background-color: #522B34;
}
.BgClassName
{
background-color: #522B34;
}
</style>
border-color css
<style>
span { border-color: #522B34; }
span { border-color: rgb(82,43,52); }
td.TdClassName
{
border-color: #522B34;
}
.TagClassName
{
border-color: #522B34;
}
</style>