Shades of Wine Berry #502A32
Tints of Wine Berry #502A32
RGB
CMYK
RGB Variations
Color information
#502A32 (or 0x502A32) is known color: Wine Berry. HEX triplet: 50, 2A and 32. RGB value is (80,42,50). Sum of RGB (Red+Green+Blue) = 80+42+50=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A32 is #AFD5CD. Grayscale: #363636. Windows color (decimal): -11523534 or 3287632. OLE color: 3287632.
HSL color Cylindrical-coordinate representation of color #502A32: hue angle of 347.37º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A32 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 50 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.69 |
| HSL | 347.37º | 0.31% | 0.24% | - |
| HSV(B) | 347.37º | 0.48% | 0.31% | - |
| XYZ | 4.71 | 3.59 | 3.46 | - |
| YUV | 54.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 50 | 0 | 0.48 | 0.37 | 0.69 | 347.37 | 0.31 | 0.24 |
| Hex | 50 | 2A | 32 | 0 | 30 | 25 | 45 | 15B | 1F | 18 |
| Octal | 120 | 52 | 62 | 0 | 60 | 45 | 105 | 533 | 37 | 30 |
| Binary | 1010000 | 101010 | 110010 | 0 | 110000 | 100101 | 1000101 | 101011011 | 11111 | 11000 |
Color Harmonies of #502A32
Complementary color
Monochromatic Colors of #502A32
Black with #502A32
Text Example
Text Example
White with #502A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A32; }
p { color: rgb(80,42,50); }
H1.HeaderClassName
{
color: #502A32;
}
.AnyTagClassName
{
color: #502A32;
}
</style>
background-color css
<style>
a { background-color: #502A32; }
a { background-color: rgb(80,42,50); }
div.DivClassName
{
background-color: #502A32;
}
.BgClassName
{
background-color: #502A32;
}
</style>
border-color css
<style>
span { border-color: #502A32; }
span { border-color: rgb(80,42,50); }
td.TdClassName
{
border-color: #502A32;
}
.TagClassName
{
border-color: #502A32;
}
</style>