Shades of Wine Berry #5A3138
Tints of Wine Berry #5A3138
RGB
CMYK
RGB Variations
Color information
#5A3138 (or 0x5A3138) is known color: Wine Berry. HEX triplet: 5A, 31 and 38. RGB value is (90,49,56). Sum of RGB (Red+Green+Blue) = 90+49+56=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3138 is #A5CEC7. Grayscale: #3E3E3E. Windows color (decimal): -10866376 or 3682650. OLE color: 3682650.
HSL color Cylindrical-coordinate representation of color #5A3138: hue angle of 349.76º 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 #5A3138 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 56 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.65 |
| HSL | 349.76º | 0.29% | 0.27% | - |
| HSV(B) | 349.76º | 0.46% | 0.35% | - |
| XYZ | 6.03 | 4.66 | 4.32 | - |
| YUV | 62.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 56 | 0 | 0.46 | 0.38 | 0.65 | 349.76 | 0.29 | 0.27 |
| Hex | 5A | 31 | 38 | 0 | 2E | 26 | 41 | 15E | 1D | 1B |
| Octal | 132 | 61 | 70 | 0 | 56 | 46 | 101 | 536 | 35 | 33 |
| Binary | 1011010 | 110001 | 111000 | 0 | 101110 | 100110 | 1000001 | 101011110 | 11101 | 11011 |
Color Harmonies of #5A3138
Complementary color
Monochromatic Colors of #5A3138
Black with #5A3138
Text Example
Text Example
White with #5A3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3138; }
p { color: rgb(90,49,56); }
H1.HeaderClassName
{
color: #5A3138;
}
.AnyTagClassName
{
color: #5A3138;
}
</style>
background-color css
<style>
a { background-color: #5A3138; }
a { background-color: rgb(90,49,56); }
div.DivClassName
{
background-color: #5A3138;
}
.BgClassName
{
background-color: #5A3138;
}
</style>
border-color css
<style>
span { border-color: #5A3138; }
span { border-color: rgb(90,49,56); }
td.TdClassName
{
border-color: #5A3138;
}
.TagClassName
{
border-color: #5A3138;
}
</style>