Shades of Wine Berry #56343F
Tints of Wine Berry #56343F
RGB
CMYK
RGB Variations
Color information
#56343F (or 0x56343F) is known color: Wine Berry. HEX triplet: 56, 34 and 3F. RGB value is (86,52,63). Sum of RGB (Red+Green+Blue) = 86+52+63=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56343F is #A9CBC0. Grayscale: #3F3F3F. Windows color (decimal): -11127745 or 4142166. OLE color: 4142166.
HSL color Cylindrical-coordinate representation of color #56343F: hue angle of 340.59º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56343F is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 63 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.66 |
| HSL | 340.59º | 0.25% | 0.27% | - |
| HSV(B) | 340.59º | 0.4% | 0.34% | - |
| XYZ | 5.96 | 4.79 | 5.31 | - |
| YUV | 63.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 63 | 0 | 0.40 | 0.27 | 0.66 | 340.59 | 0.25 | 0.27 |
| Hex | 56 | 34 | 3F | 0 | 28 | 1B | 42 | 155 | 19 | 1B |
| Octal | 126 | 64 | 77 | 0 | 50 | 33 | 102 | 525 | 31 | 33 |
| Binary | 1010110 | 110100 | 111111 | 0 | 101000 | 11011 | 1000010 | 101010101 | 11001 | 11011 |
Color Harmonies of #56343F
Complementary color
Monochromatic Colors of #56343F
Black with #56343F
Text Example
Text Example
White with #56343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56343F; }
p { color: rgb(86,52,63); }
H1.HeaderClassName
{
color: #56343F;
}
.AnyTagClassName
{
color: #56343F;
}
</style>
background-color css
<style>
a { background-color: #56343F; }
a { background-color: rgb(86,52,63); }
div.DivClassName
{
background-color: #56343F;
}
.BgClassName
{
background-color: #56343F;
}
</style>
border-color css
<style>
span { border-color: #56343F; }
span { border-color: rgb(86,52,63); }
td.TdClassName
{
border-color: #56343F;
}
.TagClassName
{
border-color: #56343F;
}
</style>