Shades of Wine Berry #502E35
Tints of Wine Berry #502E35
RGB
CMYK
RGB Variations
Color information
#502E35 (or 0x502E35) is known color: Wine Berry. HEX triplet: 50, 2E and 35. RGB value is (80,46,53). Sum of RGB (Red+Green+Blue) = 80+46+53=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #502E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E35 is #AFD1CA. Grayscale: #383838. Windows color (decimal): -11522507 or 3485264. OLE color: 3485264.
HSL color Cylindrical-coordinate representation of color #502E35: hue angle of 347.65º 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 #502E35 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 53 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.69 |
| HSL | 347.65º | 0.27% | 0.25% | - |
| HSV(B) | 347.65º | 0.43% | 0.31% | - |
| XYZ | 4.93 | 3.92 | 3.86 | - |
| YUV | 56.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 53 | 0 | 0.42 | 0.34 | 0.69 | 347.65 | 0.27 | 0.25 |
| Hex | 50 | 2E | 35 | 0 | 2A | 22 | 45 | 15C | 1B | 19 |
| Octal | 120 | 56 | 65 | 0 | 52 | 42 | 105 | 534 | 33 | 31 |
| Binary | 1010000 | 101110 | 110101 | 0 | 101010 | 100010 | 1000101 | 101011100 | 11011 | 11001 |
Color Harmonies of #502E35
Complementary color
Monochromatic Colors of #502E35
Black with #502E35
Text Example
Text Example
White with #502E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E35; }
p { color: rgb(80,46,53); }
H1.HeaderClassName
{
color: #502E35;
}
.AnyTagClassName
{
color: #502E35;
}
</style>
background-color css
<style>
a { background-color: #502E35; }
a { background-color: rgb(80,46,53); }
div.DivClassName
{
background-color: #502E35;
}
.BgClassName
{
background-color: #502E35;
}
</style>
border-color css
<style>
span { border-color: #502E35; }
span { border-color: rgb(80,46,53); }
td.TdClassName
{
border-color: #502E35;
}
.TagClassName
{
border-color: #502E35;
}
</style>