Shades of Wine Berry #52303C
Tints of Wine Berry #52303C
RGB
CMYK
RGB Variations
Color information
#52303C (or 0x52303C) is known color: Wine Berry. HEX triplet: 52, 30 and 3C. RGB value is (82,48,60). Sum of RGB (Red+Green+Blue) = 82+48+60=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303C is #ADCFC3. Grayscale: #3B3B3B. Windows color (decimal): -11390916 or 3944530. OLE color: 3944530.
HSL color Cylindrical-coordinate representation of color #52303C: hue angle of 338.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52303C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 60 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.68 |
| HSL | 338.82º | 0.26% | 0.25% | - |
| HSV(B) | 338.82º | 0.41% | 0.32% | - |
| XYZ | 5.35 | 4.23 | 4.81 | - |
| YUV | 59.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 60 | 0 | 0.41 | 0.27 | 0.68 | 338.82 | 0.26 | 0.25 |
| Hex | 52 | 30 | 3C | 0 | 29 | 1B | 44 | 153 | 1A | 19 |
| Octal | 122 | 60 | 74 | 0 | 51 | 33 | 104 | 523 | 32 | 31 |
| Binary | 1010010 | 110000 | 111100 | 0 | 101001 | 11011 | 1000100 | 101010011 | 11010 | 11001 |
Color Harmonies of #52303C
Complementary color
Monochromatic Colors of #52303C
Black with #52303C
Text Example
Text Example
White with #52303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52303C; }
p { color: rgb(82,48,60); }
H1.HeaderClassName
{
color: #52303C;
}
.AnyTagClassName
{
color: #52303C;
}
</style>
background-color css
<style>
a { background-color: #52303C; }
a { background-color: rgb(82,48,60); }
div.DivClassName
{
background-color: #52303C;
}
.BgClassName
{
background-color: #52303C;
}
</style>
border-color css
<style>
span { border-color: #52303C; }
span { border-color: rgb(82,48,60); }
td.TdClassName
{
border-color: #52303C;
}
.TagClassName
{
border-color: #52303C;
}
</style>