Shades of Wine Berry #5A2F36
Tints of Wine Berry #5A2F36
RGB
CMYK
RGB Variations
Color information
#5A2F36 (or 0x5A2F36) is known color: Wine Berry. HEX triplet: 5A, 2F and 36. RGB value is (90,47,54). Sum of RGB (Red+Green+Blue) = 90+47+54=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F36 is #A5D0C9. Grayscale: #3C3C3C. Windows color (decimal): -10866890 or 3551066. OLE color: 3551066.
HSL color Cylindrical-coordinate representation of color #5A2F36: hue angle of 350.23º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A2F36 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 47 | 54 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.65 |
| HSL | 350.23º | 0.31% | 0.27% | - |
| HSV(B) | 350.23º | 0.48% | 0.35% | - |
| XYZ | 5.9 | 4.47 | 4.04 | - |
| YUV | 60.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 54 | 0 | 0.48 | 0.40 | 0.65 | 350.23 | 0.31 | 0.27 |
| Hex | 5A | 2F | 36 | 0 | 30 | 28 | 41 | 15E | 1F | 1B |
| Octal | 132 | 57 | 66 | 0 | 60 | 50 | 101 | 536 | 37 | 33 |
| Binary | 1011010 | 101111 | 110110 | 0 | 110000 | 101000 | 1000001 | 101011110 | 11111 | 11011 |
Color Harmonies of #5A2F36
Complementary color
Monochromatic Colors of #5A2F36
Black with #5A2F36
Text Example
Text Example
White with #5A2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F36; }
p { color: rgb(90,47,54); }
H1.HeaderClassName
{
color: #5A2F36;
}
.AnyTagClassName
{
color: #5A2F36;
}
</style>
background-color css
<style>
a { background-color: #5A2F36; }
a { background-color: rgb(90,47,54); }
div.DivClassName
{
background-color: #5A2F36;
}
.BgClassName
{
background-color: #5A2F36;
}
</style>
border-color css
<style>
span { border-color: #5A2F36; }
span { border-color: rgb(90,47,54); }
td.TdClassName
{
border-color: #5A2F36;
}
.TagClassName
{
border-color: #5A2F36;
}
</style>