Shades of Wine Berry #503237
Tints of Wine Berry #503237
RGB
CMYK
RGB Variations
Color information
#503237 (or 0x503237) is known color: Wine Berry. HEX triplet: 50, 32 and 37. RGB value is (80,50,55). Sum of RGB (Red+Green+Blue) = 80+50+55=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503237 is #AFCDC8. Grayscale: #3B3B3B. Windows color (decimal): -11521481 or 3617360. OLE color: 3617360.
HSL color Cylindrical-coordinate representation of color #503237: hue angle of 350º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503237 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 55 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.69 |
| HSL | 350º | 0.23% | 0.25% | - |
| HSV(B) | 350º | 0.38% | 0.31% | - |
| XYZ | 5.14 | 4.26 | 4.17 | - |
| YUV | 59.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 55 | 0 | 0.37 | 0.31 | 0.69 | 350 | 0.23 | 0.25 |
| Hex | 50 | 32 | 37 | 0 | 25 | 1F | 45 | 15E | 17 | 19 |
| Octal | 120 | 62 | 67 | 0 | 45 | 37 | 105 | 536 | 27 | 31 |
| Binary | 1010000 | 110010 | 110111 | 0 | 100101 | 11111 | 1000101 | 101011110 | 10111 | 11001 |
Color Harmonies of #503237
Complementary color
Monochromatic Colors of #503237
Black with #503237
Text Example
Text Example
White with #503237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503237; }
p { color: rgb(80,50,55); }
H1.HeaderClassName
{
color: #503237;
}
.AnyTagClassName
{
color: #503237;
}
</style>
background-color css
<style>
a { background-color: #503237; }
a { background-color: rgb(80,50,55); }
div.DivClassName
{
background-color: #503237;
}
.BgClassName
{
background-color: #503237;
}
</style>
border-color css
<style>
span { border-color: #503237; }
span { border-color: rgb(80,50,55); }
td.TdClassName
{
border-color: #503237;
}
.TagClassName
{
border-color: #503237;
}
</style>