Shades of Wine Berry #5A333D
Tints of Wine Berry #5A333D
RGB
CMYK
RGB Variations
Color information
#5A333D (or 0x5A333D) is known color: Wine Berry. HEX triplet: 5A, 33 and 3D. RGB value is (90,51,61). Sum of RGB (Red+Green+Blue) = 90+51+61=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A333D is #A5CCC2. Grayscale: #3F3F3F. Windows color (decimal): -10865859 or 4010842. OLE color: 4010842.
HSL color Cylindrical-coordinate representation of color #5A333D: hue angle of 344.62º 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 #5A333D is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 61 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.65 |
| HSL | 344.62º | 0.28% | 0.28% | - |
| HSV(B) | 344.62º | 0.43% | 0.35% | - |
| XYZ | 6.24 | 4.88 | 5.03 | - |
| YUV | 63.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 61 | 0 | 0.43 | 0.32 | 0.65 | 344.62 | 0.28 | 0.28 |
| Hex | 5A | 33 | 3D | 0 | 2B | 20 | 41 | 159 | 1C | 1C |
| Octal | 132 | 63 | 75 | 0 | 53 | 40 | 101 | 531 | 34 | 34 |
| Binary | 1011010 | 110011 | 111101 | 0 | 101011 | 100000 | 1000001 | 101011001 | 11100 | 11100 |
Color Harmonies of #5A333D
Complementary color
Monochromatic Colors of #5A333D
Black with #5A333D
Text Example
Text Example
White with #5A333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A333D; }
p { color: rgb(90,51,61); }
H1.HeaderClassName
{
color: #5A333D;
}
.AnyTagClassName
{
color: #5A333D;
}
</style>
background-color css
<style>
a { background-color: #5A333D; }
a { background-color: rgb(90,51,61); }
div.DivClassName
{
background-color: #5A333D;
}
.BgClassName
{
background-color: #5A333D;
}
</style>
border-color css
<style>
span { border-color: #5A333D; }
span { border-color: rgb(90,51,61); }
td.TdClassName
{
border-color: #5A333D;
}
.TagClassName
{
border-color: #5A333D;
}
</style>