Shades of Wine Berry #502D35
Tints of Wine Berry #502D35
RGB
CMYK
RGB Variations
Color information
#502D35 (or 0x502D35) is known color: Wine Berry. HEX triplet: 50, 2D and 35. RGB value is (80,45,53). Sum of RGB (Red+Green+Blue) = 80+45+53=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D35 is #AFD2CA. Grayscale: #383838. Windows color (decimal): -11522763 or 3485008. OLE color: 3485008.
HSL color Cylindrical-coordinate representation of color #502D35: hue angle of 346.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D35 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 53 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.69 |
| HSL | 346.29º | 0.28% | 0.25% | - |
| HSV(B) | 346.29º | 0.44% | 0.31% | - |
| XYZ | 4.89 | 3.84 | 3.85 | - |
| YUV | 56.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 53 | 0 | 0.44 | 0.34 | 0.69 | 346.29 | 0.28 | 0.25 |
| Hex | 50 | 2D | 35 | 0 | 2C | 22 | 45 | 15A | 1C | 19 |
| Octal | 120 | 55 | 65 | 0 | 54 | 42 | 105 | 532 | 34 | 31 |
| Binary | 1010000 | 101101 | 110101 | 0 | 101100 | 100010 | 1000101 | 101011010 | 11100 | 11001 |
Color Harmonies of #502D35
Complementary color
Monochromatic Colors of #502D35
Black with #502D35
Text Example
Text Example
White with #502D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D35; }
p { color: rgb(80,45,53); }
H1.HeaderClassName
{
color: #502D35;
}
.AnyTagClassName
{
color: #502D35;
}
</style>
background-color css
<style>
a { background-color: #502D35; }
a { background-color: rgb(80,45,53); }
div.DivClassName
{
background-color: #502D35;
}
.BgClassName
{
background-color: #502D35;
}
</style>
border-color css
<style>
span { border-color: #502D35; }
span { border-color: rgb(80,45,53); }
td.TdClassName
{
border-color: #502D35;
}
.TagClassName
{
border-color: #502D35;
}
</style>