Shades of Wine Berry #56343C
Tints of Wine Berry #56343C
RGB
CMYK
RGB Variations
Color information
#56343C (or 0x56343C) is known color: Wine Berry. HEX triplet: 56, 34 and 3C. RGB value is (86,52,60). Sum of RGB (Red+Green+Blue) = 86+52+60=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56343C is #A9CBC3. Grayscale: #3F3F3F. Windows color (decimal): -11127748 or 3945558. OLE color: 3945558.
HSL color Cylindrical-coordinate representation of color #56343C: hue angle of 345.88º 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 #56343C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 60 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.66 |
| HSL | 345.88º | 0.25% | 0.27% | - |
| HSV(B) | 345.88º | 0.4% | 0.34% | - |
| XYZ | 5.88 | 4.76 | 4.88 | - |
| YUV | 63.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 60 | 0 | 0.40 | 0.30 | 0.66 | 345.88 | 0.25 | 0.27 |
| Hex | 56 | 34 | 3C | 0 | 28 | 1E | 42 | 15A | 19 | 1B |
| Octal | 126 | 64 | 74 | 0 | 50 | 36 | 102 | 532 | 31 | 33 |
| Binary | 1010110 | 110100 | 111100 | 0 | 101000 | 11110 | 1000010 | 101011010 | 11001 | 11011 |
Color Harmonies of #56343C
Complementary color
Monochromatic Colors of #56343C
Black with #56343C
Text Example
Text Example
White with #56343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56343C; }
p { color: rgb(86,52,60); }
H1.HeaderClassName
{
color: #56343C;
}
.AnyTagClassName
{
color: #56343C;
}
</style>
background-color css
<style>
a { background-color: #56343C; }
a { background-color: rgb(86,52,60); }
div.DivClassName
{
background-color: #56343C;
}
.BgClassName
{
background-color: #56343C;
}
</style>
border-color css
<style>
span { border-color: #56343C; }
span { border-color: rgb(86,52,60); }
td.TdClassName
{
border-color: #56343C;
}
.TagClassName
{
border-color: #56343C;
}
</style>