Shades of Wine Berry #502B34
Tints of Wine Berry #502B34
RGB
CMYK
RGB Variations
Color information
#502B34 (or 0x502B34) is known color: Wine Berry. HEX triplet: 50, 2B and 34. RGB value is (80,43,52). Sum of RGB (Red+Green+Blue) = 80+43+52=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B34 is #AFD4CB. Grayscale: #373737. Windows color (decimal): -11523276 or 3418960. OLE color: 3418960.
HSL color Cylindrical-coordinate representation of color #502B34: hue angle of 345.41º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B34 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 52 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.69 |
| HSL | 345.41º | 0.3% | 0.24% | - |
| HSV(B) | 345.41º | 0.46% | 0.31% | - |
| XYZ | 4.79 | 3.68 | 3.71 | - |
| YUV | 55.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 52 | 0 | 0.46 | 0.35 | 0.69 | 345.41 | 0.3 | 0.24 |
| Hex | 50 | 2B | 34 | 0 | 2E | 23 | 45 | 159 | 1E | 18 |
| Octal | 120 | 53 | 64 | 0 | 56 | 43 | 105 | 531 | 36 | 30 |
| Binary | 1010000 | 101011 | 110100 | 0 | 101110 | 100011 | 1000101 | 101011001 | 11110 | 11000 |
Color Harmonies of #502B34
Complementary color
Monochromatic Colors of #502B34
Black with #502B34
Text Example
Text Example
White with #502B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B34; }
p { color: rgb(80,43,52); }
H1.HeaderClassName
{
color: #502B34;
}
.AnyTagClassName
{
color: #502B34;
}
</style>
background-color css
<style>
a { background-color: #502B34; }
a { background-color: rgb(80,43,52); }
div.DivClassName
{
background-color: #502B34;
}
.BgClassName
{
background-color: #502B34;
}
</style>
border-color css
<style>
span { border-color: #502B34; }
span { border-color: rgb(80,43,52); }
td.TdClassName
{
border-color: #502B34;
}
.TagClassName
{
border-color: #502B34;
}
</style>