Shades of Wine Berry #52363F
Tints of Wine Berry #52363F
RGB
CMYK
RGB Variations
Color information
#52363F (or 0x52363F) is known color: Wine Berry. HEX triplet: 52, 36 and 3F. RGB value is (82,54,63). Sum of RGB (Red+Green+Blue) = 82+54+63=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52363F is #ADC9C0. Grayscale: #3F3F3F. Windows color (decimal): -11389377 or 4142674. OLE color: 4142674.
HSL color Cylindrical-coordinate representation of color #52363F: hue angle of 340.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52363F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 63 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.68 |
| HSL | 340.71º | 0.21% | 0.27% | - |
| HSV(B) | 340.71º | 0.34% | 0.32% | - |
| XYZ | 5.7 | 4.79 | 5.33 | - |
| YUV | 63.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 63 | 0 | 0.34 | 0.23 | 0.68 | 340.71 | 0.21 | 0.27 |
| Hex | 52 | 36 | 3F | 0 | 22 | 17 | 44 | 155 | 15 | 1B |
| Octal | 122 | 66 | 77 | 0 | 42 | 27 | 104 | 525 | 25 | 33 |
| Binary | 1010010 | 110110 | 111111 | 0 | 100010 | 10111 | 1000100 | 101010101 | 10101 | 11011 |
Color Harmonies of #52363F
Complementary color
Monochromatic Colors of #52363F
Black with #52363F
Text Example
Text Example
White with #52363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52363F; }
p { color: rgb(82,54,63); }
H1.HeaderClassName
{
color: #52363F;
}
.AnyTagClassName
{
color: #52363F;
}
</style>
background-color css
<style>
a { background-color: #52363F; }
a { background-color: rgb(82,54,63); }
div.DivClassName
{
background-color: #52363F;
}
.BgClassName
{
background-color: #52363F;
}
</style>
border-color css
<style>
span { border-color: #52363F; }
span { border-color: rgb(82,54,63); }
td.TdClassName
{
border-color: #52363F;
}
.TagClassName
{
border-color: #52363F;
}
</style>