Shades of Wine Berry #56343A
Tints of Wine Berry #56343A
RGB
CMYK
RGB Variations
Color information
#56343A (or 0x56343A) is known color: Wine Berry. HEX triplet: 56, 34 and 3A. RGB value is (86,52,58). Sum of RGB (Red+Green+Blue) = 86+52+58=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56343A is #A9CBC5. Grayscale: #3E3E3E. Windows color (decimal): -11127750 or 3814486. OLE color: 3814486.
HSL color Cylindrical-coordinate representation of color #56343A: hue angle of 349.41º 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 #56343A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 58 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.66 |
| HSL | 349.41º | 0.25% | 0.27% | - |
| HSV(B) | 349.41º | 0.4% | 0.34% | - |
| XYZ | 5.83 | 4.74 | 4.61 | - |
| YUV | 62.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 58 | 0 | 0.40 | 0.33 | 0.66 | 349.41 | 0.25 | 0.27 |
| Hex | 56 | 34 | 3A | 0 | 28 | 21 | 42 | 15D | 19 | 1B |
| Octal | 126 | 64 | 72 | 0 | 50 | 41 | 102 | 535 | 31 | 33 |
| Binary | 1010110 | 110100 | 111010 | 0 | 101000 | 100001 | 1000010 | 101011101 | 11001 | 11011 |
Color Harmonies of #56343A
Complementary color
Monochromatic Colors of #56343A
Black with #56343A
Text Example
Text Example
White with #56343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56343A; }
p { color: rgb(86,52,58); }
H1.HeaderClassName
{
color: #56343A;
}
.AnyTagClassName
{
color: #56343A;
}
</style>
background-color css
<style>
a { background-color: #56343A; }
a { background-color: rgb(86,52,58); }
div.DivClassName
{
background-color: #56343A;
}
.BgClassName
{
background-color: #56343A;
}
</style>
border-color css
<style>
span { border-color: #56343A; }
span { border-color: rgb(86,52,58); }
td.TdClassName
{
border-color: #56343A;
}
.TagClassName
{
border-color: #56343A;
}
</style>