Shades of Wine Berry #5E363D
Tints of Wine Berry #5E363D
RGB
CMYK
RGB Variations
Color information
#5E363D (or 0x5E363D) is known color: Wine Berry. HEX triplet: 5E, 36 and 3D. RGB value is (94,54,61). Sum of RGB (Red+Green+Blue) = 94+54+61=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E363D is #A1C9C2. Grayscale: #424242. Windows color (decimal): -10602947 or 4011614. OLE color: 4011614.
HSL color Cylindrical-coordinate representation of color #5E363D: hue angle of 349.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E363D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 54 | 61 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.63 |
| HSL | 349.5º | 0.27% | 0.29% | - |
| HSV(B) | 349.5º | 0.43% | 0.37% | - |
| XYZ | 6.78 | 5.35 | 5.09 | - |
| YUV | 66.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 61 | 0 | 0.43 | 0.35 | 0.63 | 349.5 | 0.27 | 0.29 |
| Hex | 5E | 36 | 3D | 0 | 2B | 23 | 3F | 15E | 1B | 1D |
| Octal | 136 | 66 | 75 | 0 | 53 | 43 | 77 | 536 | 33 | 35 |
| Binary | 1011110 | 110110 | 111101 | 0 | 101011 | 100011 | 111111 | 101011110 | 11011 | 11101 |
Color Harmonies of #5E363D
Complementary color
Monochromatic Colors of #5E363D
Black with #5E363D
Text Example
Text Example
White with #5E363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E363D; }
p { color: rgb(94,54,61); }
H1.HeaderClassName
{
color: #5E363D;
}
.AnyTagClassName
{
color: #5E363D;
}
</style>
background-color css
<style>
a { background-color: #5E363D; }
a { background-color: rgb(94,54,61); }
div.DivClassName
{
background-color: #5E363D;
}
.BgClassName
{
background-color: #5E363D;
}
</style>
border-color css
<style>
span { border-color: #5E363D; }
span { border-color: rgb(94,54,61); }
td.TdClassName
{
border-color: #5E363D;
}
.TagClassName
{
border-color: #5E363D;
}
</style>