Shades of Wine Berry #5B383E
Tints of Wine Berry #5B383E
RGB
CMYK
RGB Variations
Color information
#5B383E (or 0x5B383E) is known color: Wine Berry. HEX triplet: 5B, 38 and 3E. RGB value is (91,56,62). Sum of RGB (Red+Green+Blue) = 91+56+62=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B383E is #A4C7C1. Grayscale: #434343. Windows color (decimal): -10799042 or 4077659. OLE color: 4077659.
HSL color Cylindrical-coordinate representation of color #5B383E: hue angle of 349.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B383E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 62 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.64 |
| HSL | 349.71º | 0.24% | 0.29% | - |
| HSV(B) | 349.71º | 0.38% | 0.36% | - |
| XYZ | 6.6 | 5.4 | 5.25 | - |
| YUV | 67.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 62 | 0 | 0.38 | 0.32 | 0.64 | 349.71 | 0.24 | 0.29 |
| Hex | 5B | 38 | 3E | 0 | 26 | 20 | 40 | 15E | 18 | 1D |
| Octal | 133 | 70 | 76 | 0 | 46 | 40 | 100 | 536 | 30 | 35 |
| Binary | 1011011 | 111000 | 111110 | 0 | 100110 | 100000 | 1000000 | 101011110 | 11000 | 11101 |
Color Harmonies of #5B383E
Complementary color
Monochromatic Colors of #5B383E
Black with #5B383E
Text Example
Text Example
White with #5B383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B383E; }
p { color: rgb(91,56,62); }
H1.HeaderClassName
{
color: #5B383E;
}
.AnyTagClassName
{
color: #5B383E;
}
</style>
background-color css
<style>
a { background-color: #5B383E; }
a { background-color: rgb(91,56,62); }
div.DivClassName
{
background-color: #5B383E;
}
.BgClassName
{
background-color: #5B383E;
}
</style>
border-color css
<style>
span { border-color: #5B383E; }
span { border-color: rgb(91,56,62); }
td.TdClassName
{
border-color: #5B383E;
}
.TagClassName
{
border-color: #5B383E;
}
</style>