Shades of Wine Berry #50373F
Tints of Wine Berry #50373F
RGB
CMYK
RGB Variations
Color information
#50373F (or 0x50373F) is known color: Wine Berry. HEX triplet: 50, 37 and 3F. RGB value is (80,55,63). Sum of RGB (Red+Green+Blue) = 80+55+63=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373F is #AFC8C0. Grayscale: #3F3F3F. Windows color (decimal): -11520193 or 4142928. OLE color: 4142928.
HSL color Cylindrical-coordinate representation of color #50373F: hue angle of 340.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50373F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 63 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.69 |
| HSL | 340.8º | 0.19% | 0.26% | - |
| HSV(B) | 340.8º | 0.31% | 0.31% | - |
| XYZ | 5.57 | 4.8 | 5.33 | - |
| YUV | 63.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 63 | 0 | 0.31 | 0.21 | 0.69 | 340.8 | 0.19 | 0.26 |
| Hex | 50 | 37 | 3F | 0 | 1F | 15 | 45 | 155 | 13 | 1A |
| Octal | 120 | 67 | 77 | 0 | 37 | 25 | 105 | 525 | 23 | 32 |
| Binary | 1010000 | 110111 | 111111 | 0 | 11111 | 10101 | 1000101 | 101010101 | 10011 | 11010 |
Color Harmonies of #50373F
Complementary color
Monochromatic Colors of #50373F
Black with #50373F
Text Example
Text Example
White with #50373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50373F; }
p { color: rgb(80,55,63); }
H1.HeaderClassName
{
color: #50373F;
}
.AnyTagClassName
{
color: #50373F;
}
</style>
background-color css
<style>
a { background-color: #50373F; }
a { background-color: rgb(80,55,63); }
div.DivClassName
{
background-color: #50373F;
}
.BgClassName
{
background-color: #50373F;
}
</style>
border-color css
<style>
span { border-color: #50373F; }
span { border-color: rgb(80,55,63); }
td.TdClassName
{
border-color: #50373F;
}
.TagClassName
{
border-color: #50373F;
}
</style>