Shades of Wine Berry #503039
Tints of Wine Berry #503039
RGB
CMYK
RGB Variations
Color information
#503039 (or 0x503039) is known color: Wine Berry. HEX triplet: 50, 30 and 39. RGB value is (80,48,57). Sum of RGB (Red+Green+Blue) = 80+48+57=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503039 is #AFCFC6. Grayscale: #3A3A3A. Windows color (decimal): -11521991 or 3747920. OLE color: 3747920.
HSL color Cylindrical-coordinate representation of color #503039: hue angle of 343.12º 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 #503039 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 57 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.69 |
| HSL | 343.13º | 0.25% | 0.25% | - |
| HSV(B) | 343.13º | 0.4% | 0.31% | - |
| XYZ | 5.1 | 4.11 | 4.4 | - |
| YUV | 58.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 57 | 0 | 0.40 | 0.29 | 0.69 | 343.13 | 0.25 | 0.25 |
| Hex | 50 | 30 | 39 | 0 | 28 | 1D | 45 | 157 | 19 | 19 |
| Octal | 120 | 60 | 71 | 0 | 50 | 35 | 105 | 527 | 31 | 31 |
| Binary | 1010000 | 110000 | 111001 | 0 | 101000 | 11101 | 1000101 | 101010111 | 11001 | 11001 |
Color Harmonies of #503039
Complementary color
Monochromatic Colors of #503039
Black with #503039
Text Example
Text Example
White with #503039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503039; }
p { color: rgb(80,48,57); }
H1.HeaderClassName
{
color: #503039;
}
.AnyTagClassName
{
color: #503039;
}
</style>
background-color css
<style>
a { background-color: #503039; }
a { background-color: rgb(80,48,57); }
div.DivClassName
{
background-color: #503039;
}
.BgClassName
{
background-color: #503039;
}
</style>
border-color css
<style>
span { border-color: #503039; }
span { border-color: rgb(80,48,57); }
td.TdClassName
{
border-color: #503039;
}
.TagClassName
{
border-color: #503039;
}
</style>