Shades of Wine Berry #5A343D
Tints of Wine Berry #5A343D
RGB
CMYK
RGB Variations
Color information
#5A343D (or 0x5A343D) is known color: Wine Berry. HEX triplet: 5A, 34 and 3D. RGB value is (90,52,61). Sum of RGB (Red+Green+Blue) = 90+52+61=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A343D is #A5CBC2. Grayscale: #404040. Windows color (decimal): -10865603 or 4011098. OLE color: 4011098.
HSL color Cylindrical-coordinate representation of color #5A343D: hue angle of 345.79º 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 #5A343D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 61 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.65 |
| HSL | 345.79º | 0.27% | 0.28% | - |
| HSV(B) | 345.79º | 0.42% | 0.35% | - |
| XYZ | 6.29 | 4.97 | 5.04 | - |
| YUV | 64.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 61 | 0 | 0.42 | 0.32 | 0.65 | 345.79 | 0.27 | 0.28 |
| Hex | 5A | 34 | 3D | 0 | 2A | 20 | 41 | 15A | 1B | 1C |
| Octal | 132 | 64 | 75 | 0 | 52 | 40 | 101 | 532 | 33 | 34 |
| Binary | 1011010 | 110100 | 111101 | 0 | 101010 | 100000 | 1000001 | 101011010 | 11011 | 11100 |
Color Harmonies of #5A343D
Complementary color
Monochromatic Colors of #5A343D
Black with #5A343D
Text Example
Text Example
White with #5A343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A343D; }
p { color: rgb(90,52,61); }
H1.HeaderClassName
{
color: #5A343D;
}
.AnyTagClassName
{
color: #5A343D;
}
</style>
background-color css
<style>
a { background-color: #5A343D; }
a { background-color: rgb(90,52,61); }
div.DivClassName
{
background-color: #5A343D;
}
.BgClassName
{
background-color: #5A343D;
}
</style>
border-color css
<style>
span { border-color: #5A343D; }
span { border-color: rgb(90,52,61); }
td.TdClassName
{
border-color: #5A343D;
}
.TagClassName
{
border-color: #5A343D;
}
</style>