Shades of Wine Berry #5E333B
Tints of Wine Berry #5E333B
RGB
CMYK
RGB Variations
Color information
#5E333B (or 0x5E333B) is known color: Wine Berry. HEX triplet: 5E, 33 and 3B. RGB value is (94,51,59). Sum of RGB (Red+Green+Blue) = 94+51+59=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E333B is #A1CCC4. Grayscale: #404040. Windows color (decimal): -10603717 or 3879774. OLE color: 3879774.
HSL color Cylindrical-coordinate representation of color #5E333B: hue angle of 348.84º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E333B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 59 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.63 |
| HSL | 348.84º | 0.3% | 0.28% | - |
| HSV(B) | 348.84º | 0.46% | 0.37% | - |
| XYZ | 6.59 | 5.06 | 4.77 | - |
| YUV | 64.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 59 | 0 | 0.46 | 0.37 | 0.63 | 348.84 | 0.3 | 0.28 |
| Hex | 5E | 33 | 3B | 0 | 2E | 25 | 3F | 15D | 1E | 1C |
| Octal | 136 | 63 | 73 | 0 | 56 | 45 | 77 | 535 | 36 | 34 |
| Binary | 1011110 | 110011 | 111011 | 0 | 101110 | 100101 | 111111 | 101011101 | 11110 | 11100 |
Color Harmonies of #5E333B
Complementary color
Monochromatic Colors of #5E333B
Black with #5E333B
Text Example
Text Example
White with #5E333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E333B; }
p { color: rgb(94,51,59); }
H1.HeaderClassName
{
color: #5E333B;
}
.AnyTagClassName
{
color: #5E333B;
}
</style>
background-color css
<style>
a { background-color: #5E333B; }
a { background-color: rgb(94,51,59); }
div.DivClassName
{
background-color: #5E333B;
}
.BgClassName
{
background-color: #5E333B;
}
</style>
border-color css
<style>
span { border-color: #5E333B; }
span { border-color: rgb(94,51,59); }
td.TdClassName
{
border-color: #5E333B;
}
.TagClassName
{
border-color: #5E333B;
}
</style>