Shades of Wine Berry #5B333B
Tints of Wine Berry #5B333B
RGB
CMYK
RGB Variations
Color information
#5B333B (or 0x5B333B) is known color: Wine Berry. HEX triplet: 5B, 33 and 3B. RGB value is (91,51,59). Sum of RGB (Red+Green+Blue) = 91+51+59=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B333B is #A4CCC4. Grayscale: #3F3F3F. Windows color (decimal): -10800325 or 3879771. OLE color: 3879771.
HSL color Cylindrical-coordinate representation of color #5B333B: hue angle of 348º 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 #5B333B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 59 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.64 |
| HSL | 348º | 0.28% | 0.28% | - |
| HSV(B) | 348º | 0.44% | 0.36% | - |
| XYZ | 6.29 | 4.91 | 4.75 | - |
| YUV | 63.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 59 | 0 | 0.44 | 0.35 | 0.64 | 348 | 0.28 | 0.28 |
| Hex | 5B | 33 | 3B | 0 | 2C | 23 | 40 | 15C | 1C | 1C |
| Octal | 133 | 63 | 73 | 0 | 54 | 43 | 100 | 534 | 34 | 34 |
| Binary | 1011011 | 110011 | 111011 | 0 | 101100 | 100011 | 1000000 | 101011100 | 11100 | 11100 |
Color Harmonies of #5B333B
Complementary color
Monochromatic Colors of #5B333B
Black with #5B333B
Text Example
Text Example
White with #5B333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B333B; }
p { color: rgb(91,51,59); }
H1.HeaderClassName
{
color: #5B333B;
}
.AnyTagClassName
{
color: #5B333B;
}
</style>
background-color css
<style>
a { background-color: #5B333B; }
a { background-color: rgb(91,51,59); }
div.DivClassName
{
background-color: #5B333B;
}
.BgClassName
{
background-color: #5B333B;
}
</style>
border-color css
<style>
span { border-color: #5B333B; }
span { border-color: rgb(91,51,59); }
td.TdClassName
{
border-color: #5B333B;
}
.TagClassName
{
border-color: #5B333B;
}
</style>