Shades of Wine Berry #50383E
Tints of Wine Berry #50383E
RGB
CMYK
RGB Variations
Color information
#50383E (or 0x50383E) is known color: Wine Berry. HEX triplet: 50, 38 and 3E. RGB value is (80,56,62). Sum of RGB (Red+Green+Blue) = 80+56+62=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50383E is #AFC7C1. Grayscale: #3F3F3F. Windows color (decimal): -11519938 or 4077648. OLE color: 4077648.
HSL color Cylindrical-coordinate representation of color #50383E: hue angle of 345º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50383E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 62 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.69 |
| HSL | 345º | 0.18% | 0.27% | - |
| HSV(B) | 345º | 0.3% | 0.31% | - |
| XYZ | 5.59 | 4.88 | 5.2 | - |
| YUV | 63.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 62 | 0 | 0.30 | 0.22 | 0.69 | 345 | 0.18 | 0.27 |
| Hex | 50 | 38 | 3E | 0 | 1E | 16 | 45 | 159 | 12 | 1B |
| Octal | 120 | 70 | 76 | 0 | 36 | 26 | 105 | 531 | 22 | 33 |
| Binary | 1010000 | 111000 | 111110 | 0 | 11110 | 10110 | 1000101 | 101011001 | 10010 | 11011 |
Color Harmonies of #50383E
Complementary color
Monochromatic Colors of #50383E
Black with #50383E
Text Example
Text Example
White with #50383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50383E; }
p { color: rgb(80,56,62); }
H1.HeaderClassName
{
color: #50383E;
}
.AnyTagClassName
{
color: #50383E;
}
</style>
background-color css
<style>
a { background-color: #50383E; }
a { background-color: rgb(80,56,62); }
div.DivClassName
{
background-color: #50383E;
}
.BgClassName
{
background-color: #50383E;
}
</style>
border-color css
<style>
span { border-color: #50383E; }
span { border-color: rgb(80,56,62); }
td.TdClassName
{
border-color: #50383E;
}
.TagClassName
{
border-color: #50383E;
}
</style>