Shades of Wine Berry #50323A
Tints of Wine Berry #50323A
RGB
CMYK
RGB Variations
Color information
#50323A (or 0x50323A) is known color: Wine Berry. HEX triplet: 50, 32 and 3A. RGB value is (80,50,58). Sum of RGB (Red+Green+Blue) = 80+50+58=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #50323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50323A is #AFCDC5. Grayscale: #3B3B3B. Windows color (decimal): -11521478 or 3813968. OLE color: 3813968.
HSL color Cylindrical-coordinate representation of color #50323A: hue angle of 344º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50323A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 58 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.69 |
| HSL | 344º | 0.23% | 0.25% | - |
| HSV(B) | 344º | 0.38% | 0.31% | - |
| XYZ | 5.21 | 4.29 | 4.56 | - |
| YUV | 59.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 58 | 0 | 0.37 | 0.28 | 0.69 | 344 | 0.23 | 0.25 |
| Hex | 50 | 32 | 3A | 0 | 25 | 1C | 45 | 158 | 17 | 19 |
| Octal | 120 | 62 | 72 | 0 | 45 | 34 | 105 | 530 | 27 | 31 |
| Binary | 1010000 | 110010 | 111010 | 0 | 100101 | 11100 | 1000101 | 101011000 | 10111 | 11001 |
Color Harmonies of #50323A
Complementary color
Monochromatic Colors of #50323A
Black with #50323A
Text Example
Text Example
White with #50323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50323A; }
p { color: rgb(80,50,58); }
H1.HeaderClassName
{
color: #50323A;
}
.AnyTagClassName
{
color: #50323A;
}
</style>
background-color css
<style>
a { background-color: #50323A; }
a { background-color: rgb(80,50,58); }
div.DivClassName
{
background-color: #50323A;
}
.BgClassName
{
background-color: #50323A;
}
</style>
border-color css
<style>
span { border-color: #50323A; }
span { border-color: rgb(80,50,58); }
td.TdClassName
{
border-color: #50323A;
}
.TagClassName
{
border-color: #50323A;
}
</style>