Shades of Wine Berry #50363B
Tints of Wine Berry #50363B
RGB
CMYK
RGB Variations
Color information
#50363B (or 0x50363B) is known color: Wine Berry. HEX triplet: 50, 36 and 3B. RGB value is (80,54,59). Sum of RGB (Red+Green+Blue) = 80+54+59=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363B is #AFC9C4. Grayscale: #3E3E3E. Windows color (decimal): -11520453 or 3880528. OLE color: 3880528.
HSL color Cylindrical-coordinate representation of color #50363B: hue angle of 348.46º 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 #50363B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 59 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.69 |
| HSL | 348.46º | 0.19% | 0.26% | - |
| HSV(B) | 348.46º | 0.33% | 0.31% | - |
| XYZ | 5.42 | 4.66 | 4.75 | - |
| YUV | 62.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 59 | 0 | 0.33 | 0.26 | 0.69 | 348.46 | 0.19 | 0.26 |
| Hex | 50 | 36 | 3B | 0 | 21 | 1A | 45 | 15C | 13 | 1A |
| Octal | 120 | 66 | 73 | 0 | 41 | 32 | 105 | 534 | 23 | 32 |
| Binary | 1010000 | 110110 | 111011 | 0 | 100001 | 11010 | 1000101 | 101011100 | 10011 | 11010 |
Color Harmonies of #50363B
Complementary color
Monochromatic Colors of #50363B
Black with #50363B
Text Example
Text Example
White with #50363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50363B; }
p { color: rgb(80,54,59); }
H1.HeaderClassName
{
color: #50363B;
}
.AnyTagClassName
{
color: #50363B;
}
</style>
background-color css
<style>
a { background-color: #50363B; }
a { background-color: rgb(80,54,59); }
div.DivClassName
{
background-color: #50363B;
}
.BgClassName
{
background-color: #50363B;
}
</style>
border-color css
<style>
span { border-color: #50363B; }
span { border-color: rgb(80,54,59); }
td.TdClassName
{
border-color: #50363B;
}
.TagClassName
{
border-color: #50363B;
}
</style>