Shades of Wine Berry #5B343C
Tints of Wine Berry #5B343C
RGB
CMYK
RGB Variations
Color information
#5B343C (or 0x5B343C) is known color: Wine Berry. HEX triplet: 5B, 34 and 3C. RGB value is (91,52,60). Sum of RGB (Red+Green+Blue) = 91+52+60=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B343C is #A4CBC3. Grayscale: #404040. Windows color (decimal): -10800068 or 3945563. OLE color: 3945563.
HSL color Cylindrical-coordinate representation of color #5B343C: hue angle of 347.69º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B343C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 60 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.64 |
| HSL | 347.69º | 0.27% | 0.28% | - |
| HSV(B) | 347.69º | 0.43% | 0.36% | - |
| XYZ | 6.36 | 5.01 | 4.91 | - |
| YUV | 64.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 60 | 0 | 0.43 | 0.34 | 0.64 | 347.69 | 0.27 | 0.28 |
| Hex | 5B | 34 | 3C | 0 | 2B | 22 | 40 | 15C | 1B | 1C |
| Octal | 133 | 64 | 74 | 0 | 53 | 42 | 100 | 534 | 33 | 34 |
| Binary | 1011011 | 110100 | 111100 | 0 | 101011 | 100010 | 1000000 | 101011100 | 11011 | 11100 |
Color Harmonies of #5B343C
Complementary color
Monochromatic Colors of #5B343C
Black with #5B343C
Text Example
Text Example
White with #5B343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B343C; }
p { color: rgb(91,52,60); }
H1.HeaderClassName
{
color: #5B343C;
}
.AnyTagClassName
{
color: #5B343C;
}
</style>
background-color css
<style>
a { background-color: #5B343C; }
a { background-color: rgb(91,52,60); }
div.DivClassName
{
background-color: #5B343C;
}
.BgClassName
{
background-color: #5B343C;
}
</style>
border-color css
<style>
span { border-color: #5B343C; }
span { border-color: rgb(91,52,60); }
td.TdClassName
{
border-color: #5B343C;
}
.TagClassName
{
border-color: #5B343C;
}
</style>