Shades of Wine Berry #52343C
Tints of Wine Berry #52343C
RGB
CMYK
RGB Variations
Color information
#52343C (or 0x52343C) is known color: Wine Berry. HEX triplet: 52, 34 and 3C. RGB value is (82,52,60). Sum of RGB (Red+Green+Blue) = 82+52+60=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52343C is #ADCBC3. Grayscale: #3D3D3D. Windows color (decimal): -11389892 or 3945554. OLE color: 3945554.
HSL color Cylindrical-coordinate representation of color #52343C: hue angle of 344º 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 #52343C is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 60 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.68 |
| HSL | 344º | 0.22% | 0.26% | - |
| HSV(B) | 344º | 0.37% | 0.32% | - |
| XYZ | 5.52 | 4.58 | 4.87 | - |
| YUV | 61.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 60 | 0 | 0.37 | 0.27 | 0.68 | 344 | 0.22 | 0.26 |
| Hex | 52 | 34 | 3C | 0 | 25 | 1B | 44 | 158 | 16 | 1A |
| Octal | 122 | 64 | 74 | 0 | 45 | 33 | 104 | 530 | 26 | 32 |
| Binary | 1010010 | 110100 | 111100 | 0 | 100101 | 11011 | 1000100 | 101011000 | 10110 | 11010 |
Color Harmonies of #52343C
Complementary color
Monochromatic Colors of #52343C
Black with #52343C
Text Example
Text Example
White with #52343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52343C; }
p { color: rgb(82,52,60); }
H1.HeaderClassName
{
color: #52343C;
}
.AnyTagClassName
{
color: #52343C;
}
</style>
background-color css
<style>
a { background-color: #52343C; }
a { background-color: rgb(82,52,60); }
div.DivClassName
{
background-color: #52343C;
}
.BgClassName
{
background-color: #52343C;
}
</style>
border-color css
<style>
span { border-color: #52343C; }
span { border-color: rgb(82,52,60); }
td.TdClassName
{
border-color: #52343C;
}
.TagClassName
{
border-color: #52343C;
}
</style>