Shades of Wine Berry #5A353E
Tints of Wine Berry #5A353E
RGB
CMYK
RGB Variations
Color information
#5A353E (or 0x5A353E) is known color: Wine Berry. HEX triplet: 5A, 35 and 3E. RGB value is (90,53,62). Sum of RGB (Red+Green+Blue) = 90+53+62=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A353E is #A5CAC1. Grayscale: #414141. Windows color (decimal): -10865346 or 4076890. OLE color: 4076890.
HSL color Cylindrical-coordinate representation of color #5A353E: hue angle of 345.41º 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 #5A353E is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 62 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.65 |
| HSL | 345.41º | 0.26% | 0.28% | - |
| HSV(B) | 345.41º | 0.41% | 0.35% | - |
| XYZ | 6.36 | 5.07 | 5.2 | - |
| YUV | 65.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 62 | 0 | 0.41 | 0.31 | 0.65 | 345.41 | 0.26 | 0.28 |
| Hex | 5A | 35 | 3E | 0 | 29 | 1F | 41 | 159 | 1A | 1C |
| Octal | 132 | 65 | 76 | 0 | 51 | 37 | 101 | 531 | 32 | 34 |
| Binary | 1011010 | 110101 | 111110 | 0 | 101001 | 11111 | 1000001 | 101011001 | 11010 | 11100 |
Color Harmonies of #5A353E
Complementary color
Monochromatic Colors of #5A353E
Black with #5A353E
Text Example
Text Example
White with #5A353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A353E; }
p { color: rgb(90,53,62); }
H1.HeaderClassName
{
color: #5A353E;
}
.AnyTagClassName
{
color: #5A353E;
}
</style>
background-color css
<style>
a { background-color: #5A353E; }
a { background-color: rgb(90,53,62); }
div.DivClassName
{
background-color: #5A353E;
}
.BgClassName
{
background-color: #5A353E;
}
</style>
border-color css
<style>
span { border-color: #5A353E; }
span { border-color: rgb(90,53,62); }
td.TdClassName
{
border-color: #5A353E;
}
.TagClassName
{
border-color: #5A353E;
}
</style>