Shades of Wine Berry #5E333C
Tints of Wine Berry #5E333C
RGB
CMYK
RGB Variations
Color information
#5E333C (or 0x5E333C) is known color: Wine Berry. HEX triplet: 5E, 33 and 3C. RGB value is (94,51,60). Sum of RGB (Red+Green+Blue) = 94+51+60=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E333C is #A1CCC3. Grayscale: #404040. Windows color (decimal): -10603716 or 3945310. OLE color: 3945310.
HSL color Cylindrical-coordinate representation of color #5E333C: hue angle of 347.44º 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 #5E333C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 51 | 60 | - |
CMYK | 0 | 0.46 | 0.36 | 0.63 |
HSL | 347.44º | 0.3% | 0.28% | - |
HSV(B) | 347.44º | 0.46% | 0.37% | - |
XYZ | 6.62 | 5.07 | 4.91 | - |
YUV | 64.88 | 125.25 | 148.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 51 | 60 | 0 | 0.46 | 0.36 | 0.63 | 347.44 | 0.3 | 0.28 |
Hex | 5E | 33 | 3C | 0 | 2E | 24 | 3F | 15B | 1E | 1C |
Octal | 136 | 63 | 74 | 0 | 56 | 44 | 77 | 533 | 36 | 34 |
Binary | 1011110 | 110011 | 111100 | 0 | 101110 | 100100 | 111111 | 101011011 | 11110 | 11100 |
Color Harmonies of #5E333C
Complementary color
Monochromatic Colors of #5E333C
Black with #5E333C
Text Example
Text Example
White with #5E333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E333C; }
p { color: rgb(94,51,60); }
H1.HeaderClassName
{
color: #5E333C;
}
.AnyTagClassName
{
color: #5E333C;
}
</style>
background-color css
<style>
a { background-color: #5E333C; }
a { background-color: rgb(94,51,60); }
div.DivClassName
{
background-color: #5E333C;
}
.BgClassName
{
background-color: #5E333C;
}
</style>
border-color css
<style>
span { border-color: #5E333C; }
span { border-color: rgb(94,51,60); }
td.TdClassName
{
border-color: #5E333C;
}
.TagClassName
{
border-color: #5E333C;
}
</style>