Shades of Wine Berry #503840
Tints of Wine Berry #503840
RGB
CMYK
RGB Variations
Color information
#503840 (or 0x503840) is known color: Wine Berry. HEX triplet: 50, 38 and 40. RGB value is (80,56,64). Sum of RGB (Red+Green+Blue) = 80+56+64=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503840 is #AFC7BF. Grayscale: #404040. Windows color (decimal): -11519936 or 4208720. OLE color: 4208720.
HSL color Cylindrical-coordinate representation of color #503840: hue angle of 340º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503840 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 64 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.69 |
| HSL | 340º | 0.18% | 0.27% | - |
| HSV(B) | 340º | 0.3% | 0.31% | - |
| XYZ | 5.65 | 4.9 | 5.5 | - |
| YUV | 64.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 64 | 0 | 0.30 | 0.20 | 0.69 | 340 | 0.18 | 0.27 |
| Hex | 50 | 38 | 40 | 0 | 1E | 14 | 45 | 154 | 12 | 1B |
| Octal | 120 | 70 | 100 | 0 | 36 | 24 | 105 | 524 | 22 | 33 |
| Binary | 1010000 | 111000 | 1000000 | 0 | 11110 | 10100 | 1000101 | 101010100 | 10010 | 11011 |
Color Harmonies of #503840
Complementary color
Monochromatic Colors of #503840
Black with #503840
Text Example
Text Example
White with #503840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503840; }
p { color: rgb(80,56,64); }
H1.HeaderClassName
{
color: #503840;
}
.AnyTagClassName
{
color: #503840;
}
</style>
background-color css
<style>
a { background-color: #503840; }
a { background-color: rgb(80,56,64); }
div.DivClassName
{
background-color: #503840;
}
.BgClassName
{
background-color: #503840;
}
</style>
border-color css
<style>
span { border-color: #503840; }
span { border-color: rgb(80,56,64); }
td.TdClassName
{
border-color: #503840;
}
.TagClassName
{
border-color: #503840;
}
</style>