Shades of Wine Berry #5A3137
Tints of Wine Berry #5A3137
RGB
CMYK
RGB Variations
Color information
#5A3137 (or 0x5A3137) is known color: Wine Berry. HEX triplet: 5A, 31 and 37. RGB value is (90,49,55). Sum of RGB (Red+Green+Blue) = 90+49+55=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3137 is #A5CEC8. Grayscale: #3D3D3D. Windows color (decimal): -10866377 or 3617114. OLE color: 3617114.
HSL color Cylindrical-coordinate representation of color #5A3137: hue angle of 351.22º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3137 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 55 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.65 |
| HSL | 351.22º | 0.29% | 0.27% | - |
| HSV(B) | 351.22º | 0.46% | 0.35% | - |
| XYZ | 6 | 4.65 | 4.19 | - |
| YUV | 61.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 55 | 0 | 0.46 | 0.39 | 0.65 | 351.22 | 0.29 | 0.27 |
| Hex | 5A | 31 | 37 | 0 | 2E | 27 | 41 | 15F | 1D | 1B |
| Octal | 132 | 61 | 67 | 0 | 56 | 47 | 101 | 537 | 35 | 33 |
| Binary | 1011010 | 110001 | 110111 | 0 | 101110 | 100111 | 1000001 | 101011111 | 11101 | 11011 |
Color Harmonies of #5A3137
Complementary color
Monochromatic Colors of #5A3137
Black with #5A3137
Text Example
Text Example
White with #5A3137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3137; }
p { color: rgb(90,49,55); }
H1.HeaderClassName
{
color: #5A3137;
}
.AnyTagClassName
{
color: #5A3137;
}
</style>
background-color css
<style>
a { background-color: #5A3137; }
a { background-color: rgb(90,49,55); }
div.DivClassName
{
background-color: #5A3137;
}
.BgClassName
{
background-color: #5A3137;
}
</style>
border-color css
<style>
span { border-color: #5A3137; }
span { border-color: rgb(90,49,55); }
td.TdClassName
{
border-color: #5A3137;
}
.TagClassName
{
border-color: #5A3137;
}
</style>