Shades of Wine Berry #5B313E
Tints of Wine Berry #5B313E
RGB
CMYK
RGB Variations
Color information
#5B313E (or 0x5B313E) is known color: Wine Berry. HEX triplet: 5B, 31 and 3E. RGB value is (91,49,62). Sum of RGB (Red+Green+Blue) = 91+49+62=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313E is #A4CEC1. Grayscale: #3F3F3F. Windows color (decimal): -10800834 or 4075867. OLE color: 4075867.
HSL color Cylindrical-coordinate representation of color #5B313E: hue angle of 341.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B313E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 62 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.64 |
| HSL | 341.43º | 0.3% | 0.27% | - |
| HSV(B) | 341.43º | 0.46% | 0.36% | - |
| XYZ | 6.28 | 4.77 | 5.15 | - |
| YUV | 63.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 62 | 0 | 0.46 | 0.32 | 0.64 | 341.43 | 0.3 | 0.27 |
| Hex | 5B | 31 | 3E | 0 | 2E | 20 | 40 | 155 | 1E | 1B |
| Octal | 133 | 61 | 76 | 0 | 56 | 40 | 100 | 525 | 36 | 33 |
| Binary | 1011011 | 110001 | 111110 | 0 | 101110 | 100000 | 1000000 | 101010101 | 11110 | 11011 |
Color Harmonies of #5B313E
Complementary color
Monochromatic Colors of #5B313E
Black with #5B313E
Text Example
Text Example
White with #5B313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B313E; }
p { color: rgb(91,49,62); }
H1.HeaderClassName
{
color: #5B313E;
}
.AnyTagClassName
{
color: #5B313E;
}
</style>
background-color css
<style>
a { background-color: #5B313E; }
a { background-color: rgb(91,49,62); }
div.DivClassName
{
background-color: #5B313E;
}
.BgClassName
{
background-color: #5B313E;
}
</style>
border-color css
<style>
span { border-color: #5B313E; }
span { border-color: rgb(91,49,62); }
td.TdClassName
{
border-color: #5B313E;
}
.TagClassName
{
border-color: #5B313E;
}
</style>