Shades of Wine Berry #5B323B
Tints of Wine Berry #5B323B
RGB
CMYK
RGB Variations
Color information
#5B323B (or 0x5B323B) is known color: Wine Berry. HEX triplet: 5B, 32 and 3B. RGB value is (91,50,59). Sum of RGB (Red+Green+Blue) = 91+50+59=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B323B is #A4CDC4. Grayscale: #3F3F3F. Windows color (decimal): -10800581 or 3879515. OLE color: 3879515.
HSL color Cylindrical-coordinate representation of color #5B323B: hue angle of 346.83º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B323B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 59 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.64 |
| HSL | 346.83º | 0.29% | 0.28% | - |
| HSV(B) | 346.83º | 0.45% | 0.36% | - |
| XYZ | 6.24 | 4.82 | 4.74 | - |
| YUV | 63.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 59 | 0 | 0.45 | 0.35 | 0.64 | 346.83 | 0.29 | 0.28 |
| Hex | 5B | 32 | 3B | 0 | 2D | 23 | 40 | 15B | 1D | 1C |
| Octal | 133 | 62 | 73 | 0 | 55 | 43 | 100 | 533 | 35 | 34 |
| Binary | 1011011 | 110010 | 111011 | 0 | 101101 | 100011 | 1000000 | 101011011 | 11101 | 11100 |
Color Harmonies of #5B323B
Complementary color
Monochromatic Colors of #5B323B
Black with #5B323B
Text Example
Text Example
White with #5B323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B323B; }
p { color: rgb(91,50,59); }
H1.HeaderClassName
{
color: #5B323B;
}
.AnyTagClassName
{
color: #5B323B;
}
</style>
background-color css
<style>
a { background-color: #5B323B; }
a { background-color: rgb(91,50,59); }
div.DivClassName
{
background-color: #5B323B;
}
.BgClassName
{
background-color: #5B323B;
}
</style>
border-color css
<style>
span { border-color: #5B323B; }
span { border-color: rgb(91,50,59); }
td.TdClassName
{
border-color: #5B323B;
}
.TagClassName
{
border-color: #5B323B;
}
</style>