Shades of Wine Berry #56333E
Tints of Wine Berry #56333E
RGB
CMYK
RGB Variations
Color information
#56333E (or 0x56333E) is known color: Wine Berry. HEX triplet: 56, 33 and 3E. RGB value is (86,51,62). Sum of RGB (Red+Green+Blue) = 86+51+62=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56333E is #A9CCC1. Grayscale: #3E3E3E. Windows color (decimal): -11128002 or 4076374. OLE color: 4076374.
HSL color Cylindrical-coordinate representation of color #56333E: hue angle of 341.14º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56333E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 51 | 62 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.66 |
| HSL | 341.14º | 0.26% | 0.27% | - |
| HSV(B) | 341.14º | 0.41% | 0.34% | - |
| XYZ | 5.89 | 4.69 | 5.15 | - |
| YUV | 62.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 62 | 0 | 0.41 | 0.28 | 0.66 | 341.14 | 0.26 | 0.27 |
| Hex | 56 | 33 | 3E | 0 | 29 | 1C | 42 | 155 | 1A | 1B |
| Octal | 126 | 63 | 76 | 0 | 51 | 34 | 102 | 525 | 32 | 33 |
| Binary | 1010110 | 110011 | 111110 | 0 | 101001 | 11100 | 1000010 | 101010101 | 11010 | 11011 |
Color Harmonies of #56333E
Complementary color
Monochromatic Colors of #56333E
Black with #56333E
Text Example
Text Example
White with #56333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56333E; }
p { color: rgb(86,51,62); }
H1.HeaderClassName
{
color: #56333E;
}
.AnyTagClassName
{
color: #56333E;
}
</style>
background-color css
<style>
a { background-color: #56333E; }
a { background-color: rgb(86,51,62); }
div.DivClassName
{
background-color: #56333E;
}
.BgClassName
{
background-color: #56333E;
}
</style>
border-color css
<style>
span { border-color: #56333E; }
span { border-color: rgb(86,51,62); }
td.TdClassName
{
border-color: #56333E;
}
.TagClassName
{
border-color: #56333E;
}
</style>