Shades of Wine Berry #56383E
Tints of Wine Berry #56383E
RGB
CMYK
RGB Variations
Color information
#56383E (or 0x56383E) is known color: Wine Berry. HEX triplet: 56, 38 and 3E. RGB value is (86,56,62). Sum of RGB (Red+Green+Blue) = 86+56+62=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #56383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383E is #A9C7C1. Grayscale: #414141. Windows color (decimal): -11126722 or 4077654. OLE color: 4077654.
HSL color Cylindrical-coordinate representation of color #56383E: hue angle of 348º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56383E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 56 | 62 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.66 |
| HSL | 348º | 0.21% | 0.28% | - |
| HSV(B) | 348º | 0.35% | 0.34% | - |
| XYZ | 6.12 | 5.15 | 5.23 | - |
| YUV | 65.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 62 | 0 | 0.35 | 0.28 | 0.66 | 348 | 0.21 | 0.28 |
| Hex | 56 | 38 | 3E | 0 | 23 | 1C | 42 | 15C | 15 | 1C |
| Octal | 126 | 70 | 76 | 0 | 43 | 34 | 102 | 534 | 25 | 34 |
| Binary | 1010110 | 111000 | 111110 | 0 | 100011 | 11100 | 1000010 | 101011100 | 10101 | 11100 |
Color Harmonies of #56383E
Complementary color
Monochromatic Colors of #56383E
Black with #56383E
Text Example
Text Example
White with #56383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56383E; }
p { color: rgb(86,56,62); }
H1.HeaderClassName
{
color: #56383E;
}
.AnyTagClassName
{
color: #56383E;
}
</style>
background-color css
<style>
a { background-color: #56383E; }
a { background-color: rgb(86,56,62); }
div.DivClassName
{
background-color: #56383E;
}
.BgClassName
{
background-color: #56383E;
}
</style>
border-color css
<style>
span { border-color: #56383E; }
span { border-color: rgb(86,56,62); }
td.TdClassName
{
border-color: #56383E;
}
.TagClassName
{
border-color: #56383E;
}
</style>