Shades of Wine Berry #5B333E
Tints of Wine Berry #5B333E
RGB
CMYK
RGB Variations
Color information
#5B333E (or 0x5B333E) is known color: Wine Berry. HEX triplet: 5B, 33 and 3E. RGB value is (91,51,62). Sum of RGB (Red+Green+Blue) = 91+51+62=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B333E is #A4CCC1. Grayscale: #404040. Windows color (decimal): -10800322 or 4076379. OLE color: 4076379.
HSL color Cylindrical-coordinate representation of color #5B333E: hue angle of 343.5º 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 #5B333E is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 62 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.64 |
| HSL | 343.5º | 0.28% | 0.28% | - |
| HSV(B) | 343.5º | 0.44% | 0.36% | - |
| XYZ | 6.37 | 4.94 | 5.18 | - |
| YUV | 64.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 62 | 0 | 0.44 | 0.32 | 0.64 | 343.5 | 0.28 | 0.28 |
| Hex | 5B | 33 | 3E | 0 | 2C | 20 | 40 | 158 | 1C | 1C |
| Octal | 133 | 63 | 76 | 0 | 54 | 40 | 100 | 530 | 34 | 34 |
| Binary | 1011011 | 110011 | 111110 | 0 | 101100 | 100000 | 1000000 | 101011000 | 11100 | 11100 |
Color Harmonies of #5B333E
Complementary color
Monochromatic Colors of #5B333E
Black with #5B333E
Text Example
Text Example
White with #5B333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B333E; }
p { color: rgb(91,51,62); }
H1.HeaderClassName
{
color: #5B333E;
}
.AnyTagClassName
{
color: #5B333E;
}
</style>
background-color css
<style>
a { background-color: #5B333E; }
a { background-color: rgb(91,51,62); }
div.DivClassName
{
background-color: #5B333E;
}
.BgClassName
{
background-color: #5B333E;
}
</style>
border-color css
<style>
span { border-color: #5B333E; }
span { border-color: rgb(91,51,62); }
td.TdClassName
{
border-color: #5B333E;
}
.TagClassName
{
border-color: #5B333E;
}
</style>