Shades of Wine Berry #502F3B
Tints of Wine Berry #502F3B
RGB
CMYK
RGB Variations
Color information
#502F3B (or 0x502F3B) is known color: Wine Berry. HEX triplet: 50, 2F and 3B. RGB value is (80,47,59). Sum of RGB (Red+Green+Blue) = 80+47+59=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F3B is #AFD0C4. Grayscale: #3A3A3A. Windows color (decimal): -11522245 or 3878736. OLE color: 3878736.
HSL color Cylindrical-coordinate representation of color #502F3B: hue angle of 338.18º 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 #502F3B is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 59 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.69 |
| HSL | 338.18º | 0.26% | 0.25% | - |
| HSV(B) | 338.18º | 0.41% | 0.31% | - |
| XYZ | 5.11 | 4.05 | 4.65 | - |
| YUV | 58.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 59 | 0 | 0.41 | 0.26 | 0.69 | 338.18 | 0.26 | 0.25 |
| Hex | 50 | 2F | 3B | 0 | 29 | 1A | 45 | 152 | 1A | 19 |
| Octal | 120 | 57 | 73 | 0 | 51 | 32 | 105 | 522 | 32 | 31 |
| Binary | 1010000 | 101111 | 111011 | 0 | 101001 | 11010 | 1000101 | 101010010 | 11010 | 11001 |
Color Harmonies of #502F3B
Complementary color
Monochromatic Colors of #502F3B
Black with #502F3B
Text Example
Text Example
White with #502F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F3B; }
p { color: rgb(80,47,59); }
H1.HeaderClassName
{
color: #502F3B;
}
.AnyTagClassName
{
color: #502F3B;
}
</style>
background-color css
<style>
a { background-color: #502F3B; }
a { background-color: rgb(80,47,59); }
div.DivClassName
{
background-color: #502F3B;
}
.BgClassName
{
background-color: #502F3B;
}
</style>
border-color css
<style>
span { border-color: #502F3B; }
span { border-color: rgb(80,47,59); }
td.TdClassName
{
border-color: #502F3B;
}
.TagClassName
{
border-color: #502F3B;
}
</style>