Shades of Wine Berry #52363D
Tints of Wine Berry #52363D
RGB
CMYK
RGB Variations
Color information
#52363D (or 0x52363D) is known color: Wine Berry. HEX triplet: 52, 36 and 3D. RGB value is (82,54,61). Sum of RGB (Red+Green+Blue) = 82+54+61=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52363D is #ADC9C2. Grayscale: #3F3F3F. Windows color (decimal): -11389379 or 4011602. OLE color: 4011602.
HSL color Cylindrical-coordinate representation of color #52363D: hue angle of 345º 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 #52363D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 61 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.68 |
| HSL | 345º | 0.21% | 0.27% | - |
| HSV(B) | 345º | 0.34% | 0.32% | - |
| XYZ | 5.64 | 4.77 | 5.04 | - |
| YUV | 63.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 61 | 0 | 0.34 | 0.26 | 0.68 | 345 | 0.21 | 0.27 |
| Hex | 52 | 36 | 3D | 0 | 22 | 1A | 44 | 159 | 15 | 1B |
| Octal | 122 | 66 | 75 | 0 | 42 | 32 | 104 | 531 | 25 | 33 |
| Binary | 1010010 | 110110 | 111101 | 0 | 100010 | 11010 | 1000100 | 101011001 | 10101 | 11011 |
Color Harmonies of #52363D
Complementary color
Monochromatic Colors of #52363D
Black with #52363D
Text Example
Text Example
White with #52363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52363D; }
p { color: rgb(82,54,61); }
H1.HeaderClassName
{
color: #52363D;
}
.AnyTagClassName
{
color: #52363D;
}
</style>
background-color css
<style>
a { background-color: #52363D; }
a { background-color: rgb(82,54,61); }
div.DivClassName
{
background-color: #52363D;
}
.BgClassName
{
background-color: #52363D;
}
</style>
border-color css
<style>
span { border-color: #52363D; }
span { border-color: rgb(82,54,61); }
td.TdClassName
{
border-color: #52363D;
}
.TagClassName
{
border-color: #52363D;
}
</style>