Shades of Wine Berry #5A2B35
Tints of Wine Berry #5A2B35
RGB
CMYK
RGB Variations
Color information
#5A2B35 (or 0x5A2B35) is known color: Wine Berry. HEX triplet: 5A, 2B and 35. RGB value is (90,43,53). Sum of RGB (Red+Green+Blue) = 90+43+53=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B35 is #A5D4CA. Grayscale: #3A3A3A. Windows color (decimal): -10867915 or 3484506. OLE color: 3484506.
HSL color Cylindrical-coordinate representation of color #5A2B35: hue angle of 347.23º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A2B35 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 43 | 53 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.65 |
| HSL | 347.23º | 0.35% | 0.26% | - |
| HSV(B) | 347.23º | 0.52% | 0.35% | - |
| XYZ | 5.72 | 4.16 | 3.87 | - |
| YUV | 58.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 53 | 0 | 0.52 | 0.41 | 0.65 | 347.23 | 0.35 | 0.26 |
| Hex | 5A | 2B | 35 | 0 | 34 | 29 | 41 | 15B | 23 | 1A |
| Octal | 132 | 53 | 65 | 0 | 64 | 51 | 101 | 533 | 43 | 32 |
| Binary | 1011010 | 101011 | 110101 | 0 | 110100 | 101001 | 1000001 | 101011011 | 100011 | 11010 |
Color Harmonies of #5A2B35
Complementary color
Monochromatic Colors of #5A2B35
Black with #5A2B35
Text Example
Text Example
White with #5A2B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B35; }
p { color: rgb(90,43,53); }
H1.HeaderClassName
{
color: #5A2B35;
}
.AnyTagClassName
{
color: #5A2B35;
}
</style>
background-color css
<style>
a { background-color: #5A2B35; }
a { background-color: rgb(90,43,53); }
div.DivClassName
{
background-color: #5A2B35;
}
.BgClassName
{
background-color: #5A2B35;
}
</style>
border-color css
<style>
span { border-color: #5A2B35; }
span { border-color: rgb(90,43,53); }
td.TdClassName
{
border-color: #5A2B35;
}
.TagClassName
{
border-color: #5A2B35;
}
</style>