Shades of Wine Berry #503036
Tints of Wine Berry #503036
RGB
CMYK
RGB Variations
Color information
#503036 (or 0x503036) is known color: Wine Berry. HEX triplet: 50, 30 and 36. RGB value is (80,48,54). Sum of RGB (Red+Green+Blue) = 80+48+54=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503036 is #AFCFC9. Grayscale: #3A3A3A. Windows color (decimal): -11521994 or 3551312. OLE color: 3551312.
HSL color Cylindrical-coordinate representation of color #503036: hue angle of 348.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503036 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 54 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.69 |
| HSL | 348.75º | 0.25% | 0.25% | - |
| HSV(B) | 348.75º | 0.4% | 0.31% | - |
| XYZ | 5.03 | 4.09 | 4.01 | - |
| YUV | 58.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 54 | 0 | 0.40 | 0.33 | 0.69 | 348.75 | 0.25 | 0.25 |
| Hex | 50 | 30 | 36 | 0 | 28 | 21 | 45 | 15D | 19 | 19 |
| Octal | 120 | 60 | 66 | 0 | 50 | 41 | 105 | 535 | 31 | 31 |
| Binary | 1010000 | 110000 | 110110 | 0 | 101000 | 100001 | 1000101 | 101011101 | 11001 | 11001 |
Color Harmonies of #503036
Complementary color
Monochromatic Colors of #503036
Black with #503036
Text Example
Text Example
White with #503036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503036; }
p { color: rgb(80,48,54); }
H1.HeaderClassName
{
color: #503036;
}
.AnyTagClassName
{
color: #503036;
}
</style>
background-color css
<style>
a { background-color: #503036; }
a { background-color: rgb(80,48,54); }
div.DivClassName
{
background-color: #503036;
}
.BgClassName
{
background-color: #503036;
}
</style>
border-color css
<style>
span { border-color: #503036; }
span { border-color: rgb(80,48,54); }
td.TdClassName
{
border-color: #503036;
}
.TagClassName
{
border-color: #503036;
}
</style>