Shades of Wine Berry #5B313C
Tints of Wine Berry #5B313C
RGB
CMYK
RGB Variations
Color information
#5B313C (or 0x5B313C) is known color: Wine Berry. HEX triplet: 5B, 31 and 3C. RGB value is (91,49,60). Sum of RGB (Red+Green+Blue) = 91+49+60=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313C is #A4CEC3. Grayscale: #3E3E3E. Windows color (decimal): -10800836 or 3944795. OLE color: 3944795.
HSL color Cylindrical-coordinate representation of color #5B313C: hue angle of 344.29º 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 #5B313C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 60 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.64 |
| HSL | 344.29º | 0.3% | 0.27% | - |
| HSV(B) | 344.29º | 0.46% | 0.36% | - |
| XYZ | 6.23 | 4.75 | 4.86 | - |
| YUV | 62.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 60 | 0 | 0.46 | 0.34 | 0.64 | 344.29 | 0.3 | 0.27 |
| Hex | 5B | 31 | 3C | 0 | 2E | 22 | 40 | 158 | 1E | 1B |
| Octal | 133 | 61 | 74 | 0 | 56 | 42 | 100 | 530 | 36 | 33 |
| Binary | 1011011 | 110001 | 111100 | 0 | 101110 | 100010 | 1000000 | 101011000 | 11110 | 11011 |
Color Harmonies of #5B313C
Complementary color
Monochromatic Colors of #5B313C
Black with #5B313C
Text Example
Text Example
White with #5B313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B313C; }
p { color: rgb(91,49,60); }
H1.HeaderClassName
{
color: #5B313C;
}
.AnyTagClassName
{
color: #5B313C;
}
</style>
background-color css
<style>
a { background-color: #5B313C; }
a { background-color: rgb(91,49,60); }
div.DivClassName
{
background-color: #5B313C;
}
.BgClassName
{
background-color: #5B313C;
}
</style>
border-color css
<style>
span { border-color: #5B313C; }
span { border-color: rgb(91,49,60); }
td.TdClassName
{
border-color: #5B313C;
}
.TagClassName
{
border-color: #5B313C;
}
</style>