Shades of Wine Berry #5A353B
Tints of Wine Berry #5A353B
RGB
CMYK
RGB Variations
Color information
#5A353B (or 0x5A353B) is known color: Wine Berry. HEX triplet: 5A, 35 and 3B. RGB value is (90,53,59). Sum of RGB (Red+Green+Blue) = 90+53+59=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A353B is #A5CAC4. Grayscale: #404040. Windows color (decimal): -10865349 or 3880282. OLE color: 3880282.
HSL color Cylindrical-coordinate representation of color #5A353B: hue angle of 350.27º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A353B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 59 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.65 |
| HSL | 350.27º | 0.26% | 0.28% | - |
| HSV(B) | 350.27º | 0.41% | 0.35% | - |
| XYZ | 6.28 | 5.04 | 4.78 | - |
| YUV | 64.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 59 | 0 | 0.41 | 0.34 | 0.65 | 350.27 | 0.26 | 0.28 |
| Hex | 5A | 35 | 3B | 0 | 29 | 22 | 41 | 15E | 1A | 1C |
| Octal | 132 | 65 | 73 | 0 | 51 | 42 | 101 | 536 | 32 | 34 |
| Binary | 1011010 | 110101 | 111011 | 0 | 101001 | 100010 | 1000001 | 101011110 | 11010 | 11100 |
Color Harmonies of #5A353B
Complementary color
Monochromatic Colors of #5A353B
Black with #5A353B
Text Example
Text Example
White with #5A353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A353B; }
p { color: rgb(90,53,59); }
H1.HeaderClassName
{
color: #5A353B;
}
.AnyTagClassName
{
color: #5A353B;
}
</style>
background-color css
<style>
a { background-color: #5A353B; }
a { background-color: rgb(90,53,59); }
div.DivClassName
{
background-color: #5A353B;
}
.BgClassName
{
background-color: #5A353B;
}
</style>
border-color css
<style>
span { border-color: #5A353B; }
span { border-color: rgb(90,53,59); }
td.TdClassName
{
border-color: #5A353B;
}
.TagClassName
{
border-color: #5A353B;
}
</style>