Shades of Wine Berry #5A313B
Tints of Wine Berry #5A313B
RGB
CMYK
RGB Variations
Color information
#5A313B (or 0x5A313B) is known color: Wine Berry. HEX triplet: 5A, 31 and 3B. RGB value is (90,49,59). Sum of RGB (Red+Green+Blue) = 90+49+59=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A313B is #A5CEC4. Grayscale: #3E3E3E. Windows color (decimal): -10866373 or 3879258. OLE color: 3879258.
HSL color Cylindrical-coordinate representation of color #5A313B: hue angle of 345.37º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A313B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 59 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.65 |
| HSL | 345.37º | 0.29% | 0.27% | - |
| HSV(B) | 345.37º | 0.46% | 0.35% | - |
| XYZ | 6.1 | 4.69 | 4.72 | - |
| YUV | 62.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 59 | 0 | 0.46 | 0.34 | 0.65 | 345.37 | 0.29 | 0.27 |
| Hex | 5A | 31 | 3B | 0 | 2E | 22 | 41 | 159 | 1D | 1B |
| Octal | 132 | 61 | 73 | 0 | 56 | 42 | 101 | 531 | 35 | 33 |
| Binary | 1011010 | 110001 | 111011 | 0 | 101110 | 100010 | 1000001 | 101011001 | 11101 | 11011 |
Color Harmonies of #5A313B
Complementary color
Monochromatic Colors of #5A313B
Black with #5A313B
Text Example
Text Example
White with #5A313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A313B; }
p { color: rgb(90,49,59); }
H1.HeaderClassName
{
color: #5A313B;
}
.AnyTagClassName
{
color: #5A313B;
}
</style>
background-color css
<style>
a { background-color: #5A313B; }
a { background-color: rgb(90,49,59); }
div.DivClassName
{
background-color: #5A313B;
}
.BgClassName
{
background-color: #5A313B;
}
</style>
border-color css
<style>
span { border-color: #5A313B; }
span { border-color: rgb(90,49,59); }
td.TdClassName
{
border-color: #5A313B;
}
.TagClassName
{
border-color: #5A313B;
}
</style>