Shades of Wine Berry #5B363D
Tints of Wine Berry #5B363D
RGB
CMYK
RGB Variations
Color information
#5B363D (or 0x5B363D) is known color: Wine Berry. HEX triplet: 5B, 36 and 3D. RGB value is (91,54,61). Sum of RGB (Red+Green+Blue) = 91+54+61=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B363D is #A4C9C2. Grayscale: #414141. Windows color (decimal): -10799555 or 4011611. OLE color: 4011611.
HSL color Cylindrical-coordinate representation of color #5B363D: hue angle of 348.65º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B363D is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 61 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.64 |
| HSL | 348.65º | 0.26% | 0.28% | - |
| HSV(B) | 348.65º | 0.41% | 0.36% | - |
| XYZ | 6.48 | 5.2 | 5.08 | - |
| YUV | 65.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 61 | 0 | 0.41 | 0.33 | 0.64 | 348.65 | 0.26 | 0.28 |
| Hex | 5B | 36 | 3D | 0 | 29 | 21 | 40 | 15D | 1A | 1C |
| Octal | 133 | 66 | 75 | 0 | 51 | 41 | 100 | 535 | 32 | 34 |
| Binary | 1011011 | 110110 | 111101 | 0 | 101001 | 100001 | 1000000 | 101011101 | 11010 | 11100 |
Color Harmonies of #5B363D
Complementary color
Monochromatic Colors of #5B363D
Black with #5B363D
Text Example
Text Example
White with #5B363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B363D; }
p { color: rgb(91,54,61); }
H1.HeaderClassName
{
color: #5B363D;
}
.AnyTagClassName
{
color: #5B363D;
}
</style>
background-color css
<style>
a { background-color: #5B363D; }
a { background-color: rgb(91,54,61); }
div.DivClassName
{
background-color: #5B363D;
}
.BgClassName
{
background-color: #5B363D;
}
</style>
border-color css
<style>
span { border-color: #5B363D; }
span { border-color: rgb(91,54,61); }
td.TdClassName
{
border-color: #5B363D;
}
.TagClassName
{
border-color: #5B363D;
}
</style>