Shades of Wine Berry #52383E
Tints of Wine Berry #52383E
RGB
CMYK
RGB Variations
Color information
#52383E (or 0x52383E) is known color: Wine Berry. HEX triplet: 52, 38 and 3E. RGB value is (82,56,62). Sum of RGB (Red+Green+Blue) = 82+56+62=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52383E is #ADC7C1. Grayscale: #404040. Windows color (decimal): -11388866 or 4077650. OLE color: 4077650.
HSL color Cylindrical-coordinate representation of color #52383E: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52383E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 62 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.68 |
| HSL | 346.15º | 0.19% | 0.27% | - |
| HSV(B) | 346.15º | 0.32% | 0.32% | - |
| XYZ | 5.76 | 4.97 | 5.21 | - |
| YUV | 64.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 62 | 0 | 0.32 | 0.24 | 0.68 | 346.15 | 0.19 | 0.27 |
| Hex | 52 | 38 | 3E | 0 | 20 | 18 | 44 | 15A | 13 | 1B |
| Octal | 122 | 70 | 76 | 0 | 40 | 30 | 104 | 532 | 23 | 33 |
| Binary | 1010010 | 111000 | 111110 | 0 | 100000 | 11000 | 1000100 | 101011010 | 10011 | 11011 |
Color Harmonies of #52383E
Complementary color
Monochromatic Colors of #52383E
Black with #52383E
Text Example
Text Example
White with #52383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52383E; }
p { color: rgb(82,56,62); }
H1.HeaderClassName
{
color: #52383E;
}
.AnyTagClassName
{
color: #52383E;
}
</style>
background-color css
<style>
a { background-color: #52383E; }
a { background-color: rgb(82,56,62); }
div.DivClassName
{
background-color: #52383E;
}
.BgClassName
{
background-color: #52383E;
}
</style>
border-color css
<style>
span { border-color: #52383E; }
span { border-color: rgb(82,56,62); }
td.TdClassName
{
border-color: #52383E;
}
.TagClassName
{
border-color: #52383E;
}
</style>