Shades of Wine Berry #502E34
Tints of Wine Berry #502E34
RGB
CMYK
RGB Variations
Color information
#502E34 (or 0x502E34) is known color: Wine Berry. HEX triplet: 50, 2E and 34. RGB value is (80,46,52). Sum of RGB (Red+Green+Blue) = 80+46+52=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E34 is #AFD1CB. Grayscale: #383838. Windows color (decimal): -11522508 or 3419728. OLE color: 3419728.
HSL color Cylindrical-coordinate representation of color #502E34: hue angle of 349.41º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E34 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 52 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.69 |
| HSL | 349.41º | 0.27% | 0.25% | - |
| HSV(B) | 349.41º | 0.43% | 0.31% | - |
| XYZ | 4.91 | 3.91 | 3.74 | - |
| YUV | 56.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 52 | 0 | 0.42 | 0.35 | 0.69 | 349.41 | 0.27 | 0.25 |
| Hex | 50 | 2E | 34 | 0 | 2A | 23 | 45 | 15D | 1B | 19 |
| Octal | 120 | 56 | 64 | 0 | 52 | 43 | 105 | 535 | 33 | 31 |
| Binary | 1010000 | 101110 | 110100 | 0 | 101010 | 100011 | 1000101 | 101011101 | 11011 | 11001 |
Color Harmonies of #502E34
Complementary color
Monochromatic Colors of #502E34
Black with #502E34
Text Example
Text Example
White with #502E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E34; }
p { color: rgb(80,46,52); }
H1.HeaderClassName
{
color: #502E34;
}
.AnyTagClassName
{
color: #502E34;
}
</style>
background-color css
<style>
a { background-color: #502E34; }
a { background-color: rgb(80,46,52); }
div.DivClassName
{
background-color: #502E34;
}
.BgClassName
{
background-color: #502E34;
}
</style>
border-color css
<style>
span { border-color: #502E34; }
span { border-color: rgb(80,46,52); }
td.TdClassName
{
border-color: #502E34;
}
.TagClassName
{
border-color: #502E34;
}
</style>