Shades of Wine Berry #50363F
Tints of Wine Berry #50363F
RGB
CMYK
RGB Variations
Color information
#50363F (or 0x50363F) is known color: Wine Berry. HEX triplet: 50, 36 and 3F. RGB value is (80,54,63). Sum of RGB (Red+Green+Blue) = 80+54+63=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363F is #AFC9C0. Grayscale: #3E3E3E. Windows color (decimal): -11520449 or 4142672. OLE color: 4142672.
HSL color Cylindrical-coordinate representation of color #50363F: hue angle of 339.23º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50363F is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 63 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.69 |
| HSL | 339.23º | 0.19% | 0.26% | - |
| HSV(B) | 339.23º | 0.33% | 0.31% | - |
| XYZ | 5.52 | 4.7 | 5.32 | - |
| YUV | 62.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 63 | 0 | 0.33 | 0.21 | 0.69 | 339.23 | 0.19 | 0.26 |
| Hex | 50 | 36 | 3F | 0 | 21 | 15 | 45 | 153 | 13 | 1A |
| Octal | 120 | 66 | 77 | 0 | 41 | 25 | 105 | 523 | 23 | 32 |
| Binary | 1010000 | 110110 | 111111 | 0 | 100001 | 10101 | 1000101 | 101010011 | 10011 | 11010 |
Color Harmonies of #50363F
Complementary color
Monochromatic Colors of #50363F
Black with #50363F
Text Example
Text Example
White with #50363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50363F; }
p { color: rgb(80,54,63); }
H1.HeaderClassName
{
color: #50363F;
}
.AnyTagClassName
{
color: #50363F;
}
</style>
background-color css
<style>
a { background-color: #50363F; }
a { background-color: rgb(80,54,63); }
div.DivClassName
{
background-color: #50363F;
}
.BgClassName
{
background-color: #50363F;
}
</style>
border-color css
<style>
span { border-color: #50363F; }
span { border-color: rgb(80,54,63); }
td.TdClassName
{
border-color: #50363F;
}
.TagClassName
{
border-color: #50363F;
}
</style>