Shades of Wine Berry #5E2B35
Tints of Wine Berry #5E2B35
RGB
CMYK
RGB Variations
Color information
#5E2B35 (or 0x5E2B35) is known color: Wine Berry. HEX triplet: 5E, 2B and 35. RGB value is (94,43,53). Sum of RGB (Red+Green+Blue) = 94+43+53=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2B35 is #A1D4CA. Grayscale: #3B3B3B. Windows color (decimal): -10605771 or 3484510. OLE color: 3484510.
HSL color Cylindrical-coordinate representation of color #5E2B35: hue angle of 348.24º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E2B35 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 43 | 53 | - |
CMYK | 0 | 0.54 | 0.44 | 0.63 |
HSL | 348.24º | 0.37% | 0.27% | - |
HSV(B) | 348.24º | 0.54% | 0.37% | - |
XYZ | 6.12 | 4.36 | 3.89 | - |
YUV | 59.39 | 124.4 | 152.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 43 | 53 | 0 | 0.54 | 0.44 | 0.63 | 348.24 | 0.37 | 0.27 |
Hex | 5E | 2B | 35 | 0 | 36 | 2C | 3F | 15C | 25 | 1B |
Octal | 136 | 53 | 65 | 0 | 66 | 54 | 77 | 534 | 45 | 33 |
Binary | 1011110 | 101011 | 110101 | 0 | 110110 | 101100 | 111111 | 101011100 | 100101 | 11011 |
Color Harmonies of #5E2B35
Complementary color
Monochromatic Colors of #5E2B35
Black with #5E2B35
Text Example
Text Example
White with #5E2B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B35; }
p { color: rgb(94,43,53); }
H1.HeaderClassName
{
color: #5E2B35;
}
.AnyTagClassName
{
color: #5E2B35;
}
</style>
background-color css
<style>
a { background-color: #5E2B35; }
a { background-color: rgb(94,43,53); }
div.DivClassName
{
background-color: #5E2B35;
}
.BgClassName
{
background-color: #5E2B35;
}
</style>
border-color css
<style>
span { border-color: #5E2B35; }
span { border-color: rgb(94,43,53); }
td.TdClassName
{
border-color: #5E2B35;
}
.TagClassName
{
border-color: #5E2B35;
}
</style>