Shades of Wine Berry #52353E
Tints of Wine Berry #52353E
RGB
CMYK
RGB Variations
Color information
#52353E (or 0x52353E) is known color: Wine Berry. HEX triplet: 52, 35 and 3E. RGB value is (82,53,62). Sum of RGB (Red+Green+Blue) = 82+53+62=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353E is #ADCAC1. Grayscale: #3E3E3E. Windows color (decimal): -11389634 or 4076882. OLE color: 4076882.
HSL color Cylindrical-coordinate representation of color #52353E: hue angle of 341.38º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52353E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 53 | 62 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.68 |
| HSL | 341.38º | 0.21% | 0.26% | - |
| HSV(B) | 341.38º | 0.35% | 0.32% | - |
| XYZ | 5.62 | 4.69 | 5.17 | - |
| YUV | 62.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 62 | 0 | 0.35 | 0.24 | 0.68 | 341.38 | 0.21 | 0.26 |
| Hex | 52 | 35 | 3E | 0 | 23 | 18 | 44 | 155 | 15 | 1A |
| Octal | 122 | 65 | 76 | 0 | 43 | 30 | 104 | 525 | 25 | 32 |
| Binary | 1010010 | 110101 | 111110 | 0 | 100011 | 11000 | 1000100 | 101010101 | 10101 | 11010 |
Color Harmonies of #52353E
Complementary color
Monochromatic Colors of #52353E
Black with #52353E
Text Example
Text Example
White with #52353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52353E; }
p { color: rgb(82,53,62); }
H1.HeaderClassName
{
color: #52353E;
}
.AnyTagClassName
{
color: #52353E;
}
</style>
background-color css
<style>
a { background-color: #52353E; }
a { background-color: rgb(82,53,62); }
div.DivClassName
{
background-color: #52353E;
}
.BgClassName
{
background-color: #52353E;
}
</style>
border-color css
<style>
span { border-color: #52353E; }
span { border-color: rgb(82,53,62); }
td.TdClassName
{
border-color: #52353E;
}
.TagClassName
{
border-color: #52353E;
}
</style>