Shades of Wine Berry #5B333D
Tints of Wine Berry #5B333D
RGB
CMYK
RGB Variations
Color information
#5B333D (or 0x5B333D) is known color: Wine Berry. HEX triplet: 5B, 33 and 3D. RGB value is (91,51,61). Sum of RGB (Red+Green+Blue) = 91+51+61=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B333D is #A4CCC2. Grayscale: #404040. Windows color (decimal): -10800323 or 4010843. OLE color: 4010843.
HSL color Cylindrical-coordinate representation of color #5B333D: hue angle of 345º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B333D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 61 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.64 |
| HSL | 345º | 0.28% | 0.28% | - |
| HSV(B) | 345º | 0.44% | 0.36% | - |
| XYZ | 6.34 | 4.93 | 5.03 | - |
| YUV | 64.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 61 | 0 | 0.44 | 0.33 | 0.64 | 345 | 0.28 | 0.28 |
| Hex | 5B | 33 | 3D | 0 | 2C | 21 | 40 | 159 | 1C | 1C |
| Octal | 133 | 63 | 75 | 0 | 54 | 41 | 100 | 531 | 34 | 34 |
| Binary | 1011011 | 110011 | 111101 | 0 | 101100 | 100001 | 1000000 | 101011001 | 11100 | 11100 |
Color Harmonies of #5B333D
Complementary color
Monochromatic Colors of #5B333D
Black with #5B333D
Text Example
Text Example
White with #5B333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B333D; }
p { color: rgb(91,51,61); }
H1.HeaderClassName
{
color: #5B333D;
}
.AnyTagClassName
{
color: #5B333D;
}
</style>
background-color css
<style>
a { background-color: #5B333D; }
a { background-color: rgb(91,51,61); }
div.DivClassName
{
background-color: #5B333D;
}
.BgClassName
{
background-color: #5B333D;
}
</style>
border-color css
<style>
span { border-color: #5B333D; }
span { border-color: rgb(91,51,61); }
td.TdClassName
{
border-color: #5B333D;
}
.TagClassName
{
border-color: #5B333D;
}
</style>