Shades of Wine Berry #52393F
Tints of Wine Berry #52393F
RGB
CMYK
RGB Variations
Color information
#52393F (or 0x52393F) is known color: Wine Berry. HEX triplet: 52, 39 and 3F. RGB value is (82,57,63). Sum of RGB (Red+Green+Blue) = 82+57+63=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #52393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52393F is #ADC6C0. Grayscale: #414141. Windows color (decimal): -11388609 or 4143442. OLE color: 4143442.
HSL color Cylindrical-coordinate representation of color #52393F: hue angle of 345.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52393F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 63 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.68 |
| HSL | 345.6º | 0.18% | 0.27% | - |
| HSV(B) | 345.6º | 0.3% | 0.32% | - |
| XYZ | 5.84 | 5.08 | 5.38 | - |
| YUV | 65.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 63 | 0 | 0.30 | 0.23 | 0.68 | 345.6 | 0.18 | 0.27 |
| Hex | 52 | 39 | 3F | 0 | 1E | 17 | 44 | 15A | 12 | 1B |
| Octal | 122 | 71 | 77 | 0 | 36 | 27 | 104 | 532 | 22 | 33 |
| Binary | 1010010 | 111001 | 111111 | 0 | 11110 | 10111 | 1000100 | 101011010 | 10010 | 11011 |
Color Harmonies of #52393F
Complementary color
Monochromatic Colors of #52393F
Black with #52393F
Text Example
Text Example
White with #52393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52393F; }
p { color: rgb(82,57,63); }
H1.HeaderClassName
{
color: #52393F;
}
.AnyTagClassName
{
color: #52393F;
}
</style>
background-color css
<style>
a { background-color: #52393F; }
a { background-color: rgb(82,57,63); }
div.DivClassName
{
background-color: #52393F;
}
.BgClassName
{
background-color: #52393F;
}
</style>
border-color css
<style>
span { border-color: #52393F; }
span { border-color: rgb(82,57,63); }
td.TdClassName
{
border-color: #52393F;
}
.TagClassName
{
border-color: #52393F;
}
</style>