Shades of Wine Berry #50353A
Tints of Wine Berry #50353A
RGB
CMYK
RGB Variations
Color information
#50353A (or 0x50353A) is known color: Wine Berry. HEX triplet: 50, 35 and 3A. RGB value is (80,53,58). Sum of RGB (Red+Green+Blue) = 80+53+58=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353A is #AFCAC5. Grayscale: #3D3D3D. Windows color (decimal): -11520710 or 3814736. OLE color: 3814736.
HSL color Cylindrical-coordinate representation of color #50353A: hue angle of 348.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50353A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 58 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.69 |
| HSL | 348.89º | 0.2% | 0.26% | - |
| HSV(B) | 348.89º | 0.34% | 0.31% | - |
| XYZ | 5.35 | 4.56 | 4.6 | - |
| YUV | 61.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 58 | 0 | 0.34 | 0.28 | 0.69 | 348.89 | 0.2 | 0.26 |
| Hex | 50 | 35 | 3A | 0 | 22 | 1C | 45 | 15D | 14 | 1A |
| Octal | 120 | 65 | 72 | 0 | 42 | 34 | 105 | 535 | 24 | 32 |
| Binary | 1010000 | 110101 | 111010 | 0 | 100010 | 11100 | 1000101 | 101011101 | 10100 | 11010 |
Color Harmonies of #50353A
Complementary color
Monochromatic Colors of #50353A
Black with #50353A
Text Example
Text Example
White with #50353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50353A; }
p { color: rgb(80,53,58); }
H1.HeaderClassName
{
color: #50353A;
}
.AnyTagClassName
{
color: #50353A;
}
</style>
background-color css
<style>
a { background-color: #50353A; }
a { background-color: rgb(80,53,58); }
div.DivClassName
{
background-color: #50353A;
}
.BgClassName
{
background-color: #50353A;
}
</style>
border-color css
<style>
span { border-color: #50353A; }
span { border-color: rgb(80,53,58); }
td.TdClassName
{
border-color: #50353A;
}
.TagClassName
{
border-color: #50353A;
}
</style>