Shades of Wine Berry #50373D
Tints of Wine Berry #50373D
RGB
CMYK
RGB Variations
Color information
#50373D (or 0x50373D) is known color: Wine Berry. HEX triplet: 50, 37 and 3D. RGB value is (80,55,61). Sum of RGB (Red+Green+Blue) = 80+55+61=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373D is #AFC8C2. Grayscale: #3F3F3F. Windows color (decimal): -11520195 or 4011856. OLE color: 4011856.
HSL color Cylindrical-coordinate representation of color #50373D: hue angle of 345.6º 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 #50373D is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 61 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.69 |
| HSL | 345.6º | 0.19% | 0.26% | - |
| HSV(B) | 345.6º | 0.31% | 0.31% | - |
| XYZ | 5.52 | 4.77 | 5.05 | - |
| YUV | 63.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 61 | 0 | 0.31 | 0.24 | 0.69 | 345.6 | 0.19 | 0.26 |
| Hex | 50 | 37 | 3D | 0 | 1F | 18 | 45 | 15A | 13 | 1A |
| Octal | 120 | 67 | 75 | 0 | 37 | 30 | 105 | 532 | 23 | 32 |
| Binary | 1010000 | 110111 | 111101 | 0 | 11111 | 11000 | 1000101 | 101011010 | 10011 | 11010 |
Color Harmonies of #50373D
Complementary color
Monochromatic Colors of #50373D
Black with #50373D
Text Example
Text Example
White with #50373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50373D; }
p { color: rgb(80,55,61); }
H1.HeaderClassName
{
color: #50373D;
}
.AnyTagClassName
{
color: #50373D;
}
</style>
background-color css
<style>
a { background-color: #50373D; }
a { background-color: rgb(80,55,61); }
div.DivClassName
{
background-color: #50373D;
}
.BgClassName
{
background-color: #50373D;
}
</style>
border-color css
<style>
span { border-color: #50373D; }
span { border-color: rgb(80,55,61); }
td.TdClassName
{
border-color: #50373D;
}
.TagClassName
{
border-color: #50373D;
}
</style>