Shades of Wine Berry #5E353D
Tints of Wine Berry #5E353D
RGB
CMYK
RGB Variations
Color information
#5E353D (or 0x5E353D) is known color: Wine Berry. HEX triplet: 5E, 35 and 3D. RGB value is (94,53,61). Sum of RGB (Red+Green+Blue) = 94+53+61=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E353D is #A1CAC2. Grayscale: #424242. Windows color (decimal): -10603203 or 4011358. OLE color: 4011358.
HSL color Cylindrical-coordinate representation of color #5E353D: hue angle of 348.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E353D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 61 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.63 |
| HSL | 348.29º | 0.28% | 0.29% | - |
| HSV(B) | 348.29º | 0.44% | 0.37% | - |
| XYZ | 6.73 | 5.26 | 5.08 | - |
| YUV | 66.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 61 | 0 | 0.44 | 0.35 | 0.63 | 348.29 | 0.28 | 0.29 |
| Hex | 5E | 35 | 3D | 0 | 2C | 23 | 3F | 15C | 1C | 1D |
| Octal | 136 | 65 | 75 | 0 | 54 | 43 | 77 | 534 | 34 | 35 |
| Binary | 1011110 | 110101 | 111101 | 0 | 101100 | 100011 | 111111 | 101011100 | 11100 | 11101 |
Color Harmonies of #5E353D
Complementary color
Monochromatic Colors of #5E353D
Black with #5E353D
Text Example
Text Example
White with #5E353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E353D; }
p { color: rgb(94,53,61); }
H1.HeaderClassName
{
color: #5E353D;
}
.AnyTagClassName
{
color: #5E353D;
}
</style>
background-color css
<style>
a { background-color: #5E353D; }
a { background-color: rgb(94,53,61); }
div.DivClassName
{
background-color: #5E353D;
}
.BgClassName
{
background-color: #5E353D;
}
</style>
border-color css
<style>
span { border-color: #5E353D; }
span { border-color: rgb(94,53,61); }
td.TdClassName
{
border-color: #5E353D;
}
.TagClassName
{
border-color: #5E353D;
}
</style>