Shades of Wine Berry #5A3339
Tints of Wine Berry #5A3339
RGB
CMYK
RGB Variations
Color information
#5A3339 (or 0x5A3339) is known color: Wine Berry. HEX triplet: 5A, 33 and 39. RGB value is (90,51,57). Sum of RGB (Red+Green+Blue) = 90+51+57=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3339 is #A5CCC6. Grayscale: #3F3F3F. Windows color (decimal): -10865863 or 3748698. OLE color: 3748698.
HSL color Cylindrical-coordinate representation of color #5A3339: hue angle of 350.77º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3339 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 57 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.65 |
| HSL | 350.77º | 0.28% | 0.28% | - |
| HSV(B) | 350.77º | 0.43% | 0.35% | - |
| XYZ | 6.14 | 4.84 | 4.48 | - |
| YUV | 63.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 57 | 0 | 0.43 | 0.37 | 0.65 | 350.77 | 0.28 | 0.28 |
| Hex | 5A | 33 | 39 | 0 | 2B | 25 | 41 | 15F | 1C | 1C |
| Octal | 132 | 63 | 71 | 0 | 53 | 45 | 101 | 537 | 34 | 34 |
| Binary | 1011010 | 110011 | 111001 | 0 | 101011 | 100101 | 1000001 | 101011111 | 11100 | 11100 |
Color Harmonies of #5A3339
Complementary color
Monochromatic Colors of #5A3339
Black with #5A3339
Text Example
Text Example
White with #5A3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3339; }
p { color: rgb(90,51,57); }
H1.HeaderClassName
{
color: #5A3339;
}
.AnyTagClassName
{
color: #5A3339;
}
</style>
background-color css
<style>
a { background-color: #5A3339; }
a { background-color: rgb(90,51,57); }
div.DivClassName
{
background-color: #5A3339;
}
.BgClassName
{
background-color: #5A3339;
}
</style>
border-color css
<style>
span { border-color: #5A3339; }
span { border-color: rgb(90,51,57); }
td.TdClassName
{
border-color: #5A3339;
}
.TagClassName
{
border-color: #5A3339;
}
</style>