Shades of Wine Berry #5A2D37
Tints of Wine Berry #5A2D37
RGB
CMYK
RGB Variations
Color information
#5A2D37 (or 0x5A2D37) is known color: Wine Berry. HEX triplet: 5A, 2D and 37. RGB value is (90,45,55). Sum of RGB (Red+Green+Blue) = 90+45+55=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D37 is #A5D2C8. Grayscale: #3B3B3B. Windows color (decimal): -10867401 or 3616090. OLE color: 3616090.
HSL color Cylindrical-coordinate representation of color #5A2D37: hue angle of 346.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D37 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 55 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.65 |
| HSL | 346.67º | 0.33% | 0.26% | - |
| HSV(B) | 346.67º | 0.5% | 0.35% | - |
| XYZ | 5.84 | 4.33 | 4.14 | - |
| YUV | 59.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 55 | 0 | 0.50 | 0.39 | 0.65 | 346.67 | 0.33 | 0.26 |
| Hex | 5A | 2D | 37 | 0 | 32 | 27 | 41 | 15B | 21 | 1A |
| Octal | 132 | 55 | 67 | 0 | 62 | 47 | 101 | 533 | 41 | 32 |
| Binary | 1011010 | 101101 | 110111 | 0 | 110010 | 100111 | 1000001 | 101011011 | 100001 | 11010 |
Color Harmonies of #5A2D37
Complementary color
Monochromatic Colors of #5A2D37
Black with #5A2D37
Text Example
Text Example
White with #5A2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D37; }
p { color: rgb(90,45,55); }
H1.HeaderClassName
{
color: #5A2D37;
}
.AnyTagClassName
{
color: #5A2D37;
}
</style>
background-color css
<style>
a { background-color: #5A2D37; }
a { background-color: rgb(90,45,55); }
div.DivClassName
{
background-color: #5A2D37;
}
.BgClassName
{
background-color: #5A2D37;
}
</style>
border-color css
<style>
span { border-color: #5A2D37; }
span { border-color: rgb(90,45,55); }
td.TdClassName
{
border-color: #5A2D37;
}
.TagClassName
{
border-color: #5A2D37;
}
</style>