Shades of Wine Berry #52333C
Tints of Wine Berry #52333C
RGB
CMYK
RGB Variations
Color information
#52333C (or 0x52333C) is known color: Wine Berry. HEX triplet: 52, 33 and 3C. RGB value is (82,51,60). Sum of RGB (Red+Green+Blue) = 82+51+60=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52333C is #ADCCC3. Grayscale: #3D3D3D. Windows color (decimal): -11390148 or 3945298. OLE color: 3945298.
HSL color Cylindrical-coordinate representation of color #52333C: hue angle of 342.58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52333C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 60 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.68 |
| HSL | 342.58º | 0.23% | 0.26% | - |
| HSV(B) | 342.58º | 0.38% | 0.32% | - |
| XYZ | 5.48 | 4.49 | 4.85 | - |
| YUV | 61.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 60 | 0 | 0.38 | 0.27 | 0.68 | 342.58 | 0.23 | 0.26 |
| Hex | 52 | 33 | 3C | 0 | 26 | 1B | 44 | 157 | 17 | 1A |
| Octal | 122 | 63 | 74 | 0 | 46 | 33 | 104 | 527 | 27 | 32 |
| Binary | 1010010 | 110011 | 111100 | 0 | 100110 | 11011 | 1000100 | 101010111 | 10111 | 11010 |
Color Harmonies of #52333C
Complementary color
Monochromatic Colors of #52333C
Black with #52333C
Text Example
Text Example
White with #52333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52333C; }
p { color: rgb(82,51,60); }
H1.HeaderClassName
{
color: #52333C;
}
.AnyTagClassName
{
color: #52333C;
}
</style>
background-color css
<style>
a { background-color: #52333C; }
a { background-color: rgb(82,51,60); }
div.DivClassName
{
background-color: #52333C;
}
.BgClassName
{
background-color: #52333C;
}
</style>
border-color css
<style>
span { border-color: #52333C; }
span { border-color: rgb(82,51,60); }
td.TdClassName
{
border-color: #52333C;
}
.TagClassName
{
border-color: #52333C;
}
</style>