Shades of Wine Berry #502F38
Tints of Wine Berry #502F38
RGB
CMYK
RGB Variations
Color information
#502F38 (or 0x502F38) is known color: Wine Berry. HEX triplet: 50, 2F and 38. RGB value is (80,47,56). Sum of RGB (Red+Green+Blue) = 80+47+56=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F38 is #AFD0C7. Grayscale: #393939. Windows color (decimal): -11522248 or 3682128. OLE color: 3682128.
HSL color Cylindrical-coordinate representation of color #502F38: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F38 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 56 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.69 |
| HSL | 343.64º | 0.26% | 0.25% | - |
| HSV(B) | 343.64º | 0.41% | 0.31% | - |
| XYZ | 5.04 | 4.02 | 4.25 | - |
| YUV | 57.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 56 | 0 | 0.41 | 0.30 | 0.69 | 343.64 | 0.26 | 0.25 |
| Hex | 50 | 2F | 38 | 0 | 29 | 1E | 45 | 158 | 1A | 19 |
| Octal | 120 | 57 | 70 | 0 | 51 | 36 | 105 | 530 | 32 | 31 |
| Binary | 1010000 | 101111 | 111000 | 0 | 101001 | 11110 | 1000101 | 101011000 | 11010 | 11001 |
Color Harmonies of #502F38
Complementary color
Monochromatic Colors of #502F38
Black with #502F38
Text Example
Text Example
White with #502F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F38; }
p { color: rgb(80,47,56); }
H1.HeaderClassName
{
color: #502F38;
}
.AnyTagClassName
{
color: #502F38;
}
</style>
background-color css
<style>
a { background-color: #502F38; }
a { background-color: rgb(80,47,56); }
div.DivClassName
{
background-color: #502F38;
}
.BgClassName
{
background-color: #502F38;
}
</style>
border-color css
<style>
span { border-color: #502F38; }
span { border-color: rgb(80,47,56); }
td.TdClassName
{
border-color: #502F38;
}
.TagClassName
{
border-color: #502F38;
}
</style>