Shades of Wine Berry #50343D
Tints of Wine Berry #50343D
RGB
CMYK
RGB Variations
Color information
#50343D (or 0x50343D) is known color: Wine Berry. HEX triplet: 50, 34 and 3D. RGB value is (80,52,61). Sum of RGB (Red+Green+Blue) = 80+52+61=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50343D is #AFCBC2. Grayscale: #3D3D3D. Windows color (decimal): -11520963 or 4011088. OLE color: 4011088.
HSL color Cylindrical-coordinate representation of color #50343D: hue angle of 340.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50343D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 61 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.69 |
| HSL | 340.71º | 0.21% | 0.26% | - |
| HSV(B) | 340.71º | 0.35% | 0.31% | - |
| XYZ | 5.38 | 4.5 | 5 | - |
| YUV | 61.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 61 | 0 | 0.35 | 0.24 | 0.69 | 340.71 | 0.21 | 0.26 |
| Hex | 50 | 34 | 3D | 0 | 23 | 18 | 45 | 155 | 15 | 1A |
| Octal | 120 | 64 | 75 | 0 | 43 | 30 | 105 | 525 | 25 | 32 |
| Binary | 1010000 | 110100 | 111101 | 0 | 100011 | 11000 | 1000101 | 101010101 | 10101 | 11010 |
Color Harmonies of #50343D
Complementary color
Monochromatic Colors of #50343D
Black with #50343D
Text Example
Text Example
White with #50343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50343D; }
p { color: rgb(80,52,61); }
H1.HeaderClassName
{
color: #50343D;
}
.AnyTagClassName
{
color: #50343D;
}
</style>
background-color css
<style>
a { background-color: #50343D; }
a { background-color: rgb(80,52,61); }
div.DivClassName
{
background-color: #50343D;
}
.BgClassName
{
background-color: #50343D;
}
</style>
border-color css
<style>
span { border-color: #50343D; }
span { border-color: rgb(80,52,61); }
td.TdClassName
{
border-color: #50343D;
}
.TagClassName
{
border-color: #50343D;
}
</style>