Shades of Wine Berry #52343B
Tints of Wine Berry #52343B
RGB
CMYK
RGB Variations
Color information
#52343B (or 0x52343B) is known color: Wine Berry. HEX triplet: 52, 34 and 3B. RGB value is (82,52,59). Sum of RGB (Red+Green+Blue) = 82+52+59=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52343B is #ADCBC4. Grayscale: #3D3D3D. Windows color (decimal): -11389893 or 3880018. OLE color: 3880018.
HSL color Cylindrical-coordinate representation of color #52343B: hue angle of 346º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52343B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 59 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.68 |
| HSL | 346º | 0.22% | 0.26% | - |
| HSV(B) | 346º | 0.37% | 0.32% | - |
| XYZ | 5.5 | 4.57 | 4.73 | - |
| YUV | 61.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 59 | 0 | 0.37 | 0.28 | 0.68 | 346 | 0.22 | 0.26 |
| Hex | 52 | 34 | 3B | 0 | 25 | 1C | 44 | 15A | 16 | 1A |
| Octal | 122 | 64 | 73 | 0 | 45 | 34 | 104 | 532 | 26 | 32 |
| Binary | 1010010 | 110100 | 111011 | 0 | 100101 | 11100 | 1000100 | 101011010 | 10110 | 11010 |
Color Harmonies of #52343B
Complementary color
Monochromatic Colors of #52343B
Black with #52343B
Text Example
Text Example
White with #52343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52343B; }
p { color: rgb(82,52,59); }
H1.HeaderClassName
{
color: #52343B;
}
.AnyTagClassName
{
color: #52343B;
}
</style>
background-color css
<style>
a { background-color: #52343B; }
a { background-color: rgb(82,52,59); }
div.DivClassName
{
background-color: #52343B;
}
.BgClassName
{
background-color: #52343B;
}
</style>
border-color css
<style>
span { border-color: #52343B; }
span { border-color: rgb(82,52,59); }
td.TdClassName
{
border-color: #52343B;
}
.TagClassName
{
border-color: #52343B;
}
</style>