Shades of Wine Berry #50303A
Tints of Wine Berry #50303A
RGB
CMYK
RGB Variations
Color information
#50303A (or 0x50303A) is known color: Wine Berry. HEX triplet: 50, 30 and 3A. RGB value is (80,48,58). Sum of RGB (Red+Green+Blue) = 80+48+58=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #50303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50303A is #AFCFC5. Grayscale: #3A3A3A. Windows color (decimal): -11521990 or 3813456. OLE color: 3813456.
HSL color Cylindrical-coordinate representation of color #50303A: hue angle of 341.25º 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 #50303A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 58 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.69 |
| HSL | 341.25º | 0.25% | 0.25% | - |
| HSV(B) | 341.25º | 0.4% | 0.31% | - |
| XYZ | 5.13 | 4.12 | 4.53 | - |
| YUV | 58.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 58 | 0 | 0.40 | 0.28 | 0.69 | 341.25 | 0.25 | 0.25 |
| Hex | 50 | 30 | 3A | 0 | 28 | 1C | 45 | 155 | 19 | 19 |
| Octal | 120 | 60 | 72 | 0 | 50 | 34 | 105 | 525 | 31 | 31 |
| Binary | 1010000 | 110000 | 111010 | 0 | 101000 | 11100 | 1000101 | 101010101 | 11001 | 11001 |
Color Harmonies of #50303A
Complementary color
Monochromatic Colors of #50303A
Black with #50303A
Text Example
Text Example
White with #50303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50303A; }
p { color: rgb(80,48,58); }
H1.HeaderClassName
{
color: #50303A;
}
.AnyTagClassName
{
color: #50303A;
}
</style>
background-color css
<style>
a { background-color: #50303A; }
a { background-color: rgb(80,48,58); }
div.DivClassName
{
background-color: #50303A;
}
.BgClassName
{
background-color: #50303A;
}
</style>
border-color css
<style>
span { border-color: #50303A; }
span { border-color: rgb(80,48,58); }
td.TdClassName
{
border-color: #50303A;
}
.TagClassName
{
border-color: #50303A;
}
</style>