Shades of Wine Berry #52323C
Tints of Wine Berry #52323C
RGB
CMYK
RGB Variations
Color information
#52323C (or 0x52323C) is known color: Wine Berry. HEX triplet: 52, 32 and 3C. RGB value is (82,50,60). Sum of RGB (Red+Green+Blue) = 82+50+60=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52323C is #ADCDC3. Grayscale: #3C3C3C. Windows color (decimal): -11390404 or 3945042. OLE color: 3945042.
HSL color Cylindrical-coordinate representation of color #52323C: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52323C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 50 | 60 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.68 |
| HSL | 341.25º | 0.24% | 0.26% | - |
| HSV(B) | 341.25º | 0.39% | 0.32% | - |
| XYZ | 5.44 | 4.4 | 4.84 | - |
| YUV | 60.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 60 | 0 | 0.39 | 0.27 | 0.68 | 341.25 | 0.24 | 0.26 |
| Hex | 52 | 32 | 3C | 0 | 27 | 1B | 44 | 155 | 18 | 1A |
| Octal | 122 | 62 | 74 | 0 | 47 | 33 | 104 | 525 | 30 | 32 |
| Binary | 1010010 | 110010 | 111100 | 0 | 100111 | 11011 | 1000100 | 101010101 | 11000 | 11010 |
Color Harmonies of #52323C
Complementary color
Monochromatic Colors of #52323C
Black with #52323C
Text Example
Text Example
White with #52323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52323C; }
p { color: rgb(82,50,60); }
H1.HeaderClassName
{
color: #52323C;
}
.AnyTagClassName
{
color: #52323C;
}
</style>
background-color css
<style>
a { background-color: #52323C; }
a { background-color: rgb(82,50,60); }
div.DivClassName
{
background-color: #52323C;
}
.BgClassName
{
background-color: #52323C;
}
</style>
border-color css
<style>
span { border-color: #52323C; }
span { border-color: rgb(82,50,60); }
td.TdClassName
{
border-color: #52323C;
}
.TagClassName
{
border-color: #52323C;
}
</style>