Shades of Wine Berry #50303C
Tints of Wine Berry #50303C
RGB
CMYK
RGB Variations
Color information
#50303C (or 0x50303C) is known color: Wine Berry. HEX triplet: 50, 30 and 3C. RGB value is (80,48,60). Sum of RGB (Red+Green+Blue) = 80+48+60=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #50303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50303C is #AFCFC3. Grayscale: #3A3A3A. Windows color (decimal): -11521988 or 3944528. OLE color: 3944528.
HSL color Cylindrical-coordinate representation of color #50303C: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50303C is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 60 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.69 |
| HSL | 337.5º | 0.25% | 0.25% | - |
| HSV(B) | 337.5º | 0.4% | 0.31% | - |
| XYZ | 5.18 | 4.15 | 4.8 | - |
| YUV | 58.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 60 | 0 | 0.40 | 0.25 | 0.69 | 337.5 | 0.25 | 0.25 |
| Hex | 50 | 30 | 3C | 0 | 28 | 19 | 45 | 152 | 19 | 19 |
| Octal | 120 | 60 | 74 | 0 | 50 | 31 | 105 | 522 | 31 | 31 |
| Binary | 1010000 | 110000 | 111100 | 0 | 101000 | 11001 | 1000101 | 101010010 | 11001 | 11001 |
Color Harmonies of #50303C
Complementary color
Monochromatic Colors of #50303C
Black with #50303C
Text Example
Text Example
White with #50303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50303C; }
p { color: rgb(80,48,60); }
H1.HeaderClassName
{
color: #50303C;
}
.AnyTagClassName
{
color: #50303C;
}
</style>
background-color css
<style>
a { background-color: #50303C; }
a { background-color: rgb(80,48,60); }
div.DivClassName
{
background-color: #50303C;
}
.BgClassName
{
background-color: #50303C;
}
</style>
border-color css
<style>
span { border-color: #50303C; }
span { border-color: rgb(80,48,60); }
td.TdClassName
{
border-color: #50303C;
}
.TagClassName
{
border-color: #50303C;
}
</style>