Shades of Wine Berry #5B353E
Tints of Wine Berry #5B353E
RGB
CMYK
RGB Variations
Color information
#5B353E (or 0x5B353E) is known color: Wine Berry. HEX triplet: 5B, 35 and 3E. RGB value is (91,53,62). Sum of RGB (Red+Green+Blue) = 91+53+62=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B353E is #A4CAC1. Grayscale: #414141. Windows color (decimal): -10799810 or 4076891. OLE color: 4076891.
HSL color Cylindrical-coordinate representation of color #5B353E: hue angle of 345.79º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B353E is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 62 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.64 |
| HSL | 345.79º | 0.26% | 0.28% | - |
| HSV(B) | 345.79º | 0.42% | 0.36% | - |
| XYZ | 6.46 | 5.12 | 5.21 | - |
| YUV | 65.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 62 | 0 | 0.42 | 0.32 | 0.64 | 345.79 | 0.26 | 0.28 |
| Hex | 5B | 35 | 3E | 0 | 2A | 20 | 40 | 15A | 1A | 1C |
| Octal | 133 | 65 | 76 | 0 | 52 | 40 | 100 | 532 | 32 | 34 |
| Binary | 1011011 | 110101 | 111110 | 0 | 101010 | 100000 | 1000000 | 101011010 | 11010 | 11100 |
Color Harmonies of #5B353E
Complementary color
Monochromatic Colors of #5B353E
Black with #5B353E
Text Example
Text Example
White with #5B353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B353E; }
p { color: rgb(91,53,62); }
H1.HeaderClassName
{
color: #5B353E;
}
.AnyTagClassName
{
color: #5B353E;
}
</style>
background-color css
<style>
a { background-color: #5B353E; }
a { background-color: rgb(91,53,62); }
div.DivClassName
{
background-color: #5B353E;
}
.BgClassName
{
background-color: #5B353E;
}
</style>
border-color css
<style>
span { border-color: #5B353E; }
span { border-color: rgb(91,53,62); }
td.TdClassName
{
border-color: #5B353E;
}
.TagClassName
{
border-color: #5B353E;
}
</style>