Shades of Wine Berry #5A3439
Tints of Wine Berry #5A3439
RGB
CMYK
RGB Variations
Color information
#5A3439 (or 0x5A3439) is known color: Wine Berry. HEX triplet: 5A, 34 and 39. RGB value is (90,52,57). Sum of RGB (Red+Green+Blue) = 90+52+57=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3439 is #A5CBC6. Grayscale: #3F3F3F. Windows color (decimal): -10865607 or 3748954. OLE color: 3748954.
HSL color Cylindrical-coordinate representation of color #5A3439: hue angle of 352.11º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3439 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 57 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.65 |
| HSL | 352.11º | 0.27% | 0.28% | - |
| HSV(B) | 352.11º | 0.42% | 0.35% | - |
| XYZ | 6.18 | 4.93 | 4.5 | - |
| YUV | 63.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 57 | 0 | 0.42 | 0.37 | 0.65 | 352.11 | 0.27 | 0.28 |
| Hex | 5A | 34 | 39 | 0 | 2A | 25 | 41 | 160 | 1B | 1C |
| Octal | 132 | 64 | 71 | 0 | 52 | 45 | 101 | 540 | 33 | 34 |
| Binary | 1011010 | 110100 | 111001 | 0 | 101010 | 100101 | 1000001 | 101100000 | 11011 | 11100 |
Color Harmonies of #5A3439
Complementary color
Monochromatic Colors of #5A3439
Black with #5A3439
Text Example
Text Example
White with #5A3439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3439; }
p { color: rgb(90,52,57); }
H1.HeaderClassName
{
color: #5A3439;
}
.AnyTagClassName
{
color: #5A3439;
}
</style>
background-color css
<style>
a { background-color: #5A3439; }
a { background-color: rgb(90,52,57); }
div.DivClassName
{
background-color: #5A3439;
}
.BgClassName
{
background-color: #5A3439;
}
</style>
border-color css
<style>
span { border-color: #5A3439; }
span { border-color: rgb(90,52,57); }
td.TdClassName
{
border-color: #5A3439;
}
.TagClassName
{
border-color: #5A3439;
}
</style>