Shades of Wine Berry #5A2D36
Tints of Wine Berry #5A2D36
RGB
CMYK
RGB Variations
Color information
#5A2D36 (or 0x5A2D36) is known color: Wine Berry. HEX triplet: 5A, 2D and 36. RGB value is (90,45,54). Sum of RGB (Red+Green+Blue) = 90+45+54=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D36 is #A5D2C9. Grayscale: #3B3B3B. Windows color (decimal): -10867402 or 3550554. OLE color: 3550554.
HSL color Cylindrical-coordinate representation of color #5A2D36: hue angle of 348º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D36 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 54 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.65 |
| HSL | 348º | 0.33% | 0.26% | - |
| HSV(B) | 348º | 0.5% | 0.35% | - |
| XYZ | 5.82 | 4.32 | 4.02 | - |
| YUV | 59.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 54 | 0 | 0.50 | 0.40 | 0.65 | 348 | 0.33 | 0.26 |
| Hex | 5A | 2D | 36 | 0 | 32 | 28 | 41 | 15C | 21 | 1A |
| Octal | 132 | 55 | 66 | 0 | 62 | 50 | 101 | 534 | 41 | 32 |
| Binary | 1011010 | 101101 | 110110 | 0 | 110010 | 101000 | 1000001 | 101011100 | 100001 | 11010 |
Color Harmonies of #5A2D36
Complementary color
Monochromatic Colors of #5A2D36
Black with #5A2D36
Text Example
Text Example
White with #5A2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D36; }
p { color: rgb(90,45,54); }
H1.HeaderClassName
{
color: #5A2D36;
}
.AnyTagClassName
{
color: #5A2D36;
}
</style>
background-color css
<style>
a { background-color: #5A2D36; }
a { background-color: rgb(90,45,54); }
div.DivClassName
{
background-color: #5A2D36;
}
.BgClassName
{
background-color: #5A2D36;
}
</style>
border-color css
<style>
span { border-color: #5A2D36; }
span { border-color: rgb(90,45,54); }
td.TdClassName
{
border-color: #5A2D36;
}
.TagClassName
{
border-color: #5A2D36;
}
</style>