Shades of Wine Berry #523A41
Tints of Wine Berry #523A41
RGB
CMYK
RGB Variations
Color information
#523A41 (or 0x523A41) is known color: Wine Berry. HEX triplet: 52, 3A and 41. RGB value is (82,58,65). Sum of RGB (Red+Green+Blue) = 82+58+65=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A41 is #ADC5BE. Grayscale: #414141. Windows color (decimal): -11388351 or 4274770. OLE color: 4274770.
HSL color Cylindrical-coordinate representation of color #523A41: hue angle of 342.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523A41 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 65 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.68 |
| HSL | 342.5º | 0.17% | 0.27% | - |
| HSV(B) | 342.5º | 0.29% | 0.32% | - |
| XYZ | 5.95 | 5.2 | 5.69 | - |
| YUV | 65.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 65 | 0 | 0.29 | 0.21 | 0.68 | 342.5 | 0.17 | 0.27 |
| Hex | 52 | 3A | 41 | 0 | 1D | 15 | 44 | 156 | 11 | 1B |
| Octal | 122 | 72 | 101 | 0 | 35 | 25 | 104 | 526 | 21 | 33 |
| Binary | 1010010 | 111010 | 1000001 | 0 | 11101 | 10101 | 1000100 | 101010110 | 10001 | 11011 |
Color Harmonies of #523A41
Complementary color
Monochromatic Colors of #523A41
Black with #523A41
Text Example
Text Example
White with #523A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A41; }
p { color: rgb(82,58,65); }
H1.HeaderClassName
{
color: #523A41;
}
.AnyTagClassName
{
color: #523A41;
}
</style>
background-color css
<style>
a { background-color: #523A41; }
a { background-color: rgb(82,58,65); }
div.DivClassName
{
background-color: #523A41;
}
.BgClassName
{
background-color: #523A41;
}
</style>
border-color css
<style>
span { border-color: #523A41; }
span { border-color: rgb(82,58,65); }
td.TdClassName
{
border-color: #523A41;
}
.TagClassName
{
border-color: #523A41;
}
</style>