Shades of Wine Berry #50353C
Tints of Wine Berry #50353C
RGB
CMYK
RGB Variations
Color information
#50353C (or 0x50353C) is known color: Wine Berry. HEX triplet: 50, 35 and 3C. RGB value is (80,53,60). Sum of RGB (Red+Green+Blue) = 80+53+60=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353C is #AFCAC3. Grayscale: #3D3D3D. Windows color (decimal): -11520708 or 3945808. OLE color: 3945808.
HSL color Cylindrical-coordinate representation of color #50353C: hue angle of 344.44º 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 #50353C is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 60 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.69 |
| HSL | 344.44º | 0.2% | 0.26% | - |
| HSV(B) | 344.44º | 0.34% | 0.31% | - |
| XYZ | 5.4 | 4.58 | 4.87 | - |
| YUV | 61.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 60 | 0 | 0.34 | 0.25 | 0.69 | 344.44 | 0.2 | 0.26 |
| Hex | 50 | 35 | 3C | 0 | 22 | 19 | 45 | 158 | 14 | 1A |
| Octal | 120 | 65 | 74 | 0 | 42 | 31 | 105 | 530 | 24 | 32 |
| Binary | 1010000 | 110101 | 111100 | 0 | 100010 | 11001 | 1000101 | 101011000 | 10100 | 11010 |
Color Harmonies of #50353C
Complementary color
Monochromatic Colors of #50353C
Black with #50353C
Text Example
Text Example
White with #50353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50353C; }
p { color: rgb(80,53,60); }
H1.HeaderClassName
{
color: #50353C;
}
.AnyTagClassName
{
color: #50353C;
}
</style>
background-color css
<style>
a { background-color: #50353C; }
a { background-color: rgb(80,53,60); }
div.DivClassName
{
background-color: #50353C;
}
.BgClassName
{
background-color: #50353C;
}
</style>
border-color css
<style>
span { border-color: #50353C; }
span { border-color: rgb(80,53,60); }
td.TdClassName
{
border-color: #50353C;
}
.TagClassName
{
border-color: #50353C;
}
</style>