Shades of Wine Berry #56323E
Tints of Wine Berry #56323E
RGB
CMYK
RGB Variations
Color information
#56323E (or 0x56323E) is known color: Wine Berry. HEX triplet: 56, 32 and 3E. RGB value is (86,50,62). Sum of RGB (Red+Green+Blue) = 86+50+62=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56323E is #A9CDC1. Grayscale: #3E3E3E. Windows color (decimal): -11128258 or 4076118. OLE color: 4076118.
HSL color Cylindrical-coordinate representation of color #56323E: hue angle of 340º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56323E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 62 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.66 |
| HSL | 340º | 0.26% | 0.27% | - |
| HSV(B) | 340º | 0.42% | 0.34% | - |
| XYZ | 5.85 | 4.61 | 5.14 | - |
| YUV | 62.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 62 | 0 | 0.42 | 0.28 | 0.66 | 340 | 0.26 | 0.27 |
| Hex | 56 | 32 | 3E | 0 | 2A | 1C | 42 | 154 | 1A | 1B |
| Octal | 126 | 62 | 76 | 0 | 52 | 34 | 102 | 524 | 32 | 33 |
| Binary | 1010110 | 110010 | 111110 | 0 | 101010 | 11100 | 1000010 | 101010100 | 11010 | 11011 |
Color Harmonies of #56323E
Complementary color
Monochromatic Colors of #56323E
Black with #56323E
Text Example
Text Example
White with #56323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56323E; }
p { color: rgb(86,50,62); }
H1.HeaderClassName
{
color: #56323E;
}
.AnyTagClassName
{
color: #56323E;
}
</style>
background-color css
<style>
a { background-color: #56323E; }
a { background-color: rgb(86,50,62); }
div.DivClassName
{
background-color: #56323E;
}
.BgClassName
{
background-color: #56323E;
}
</style>
border-color css
<style>
span { border-color: #56323E; }
span { border-color: rgb(86,50,62); }
td.TdClassName
{
border-color: #56323E;
}
.TagClassName
{
border-color: #56323E;
}
</style>