Shades of Wine Berry #56363D
Tints of Wine Berry #56363D
RGB
CMYK
RGB Variations
Color information
#56363D (or 0x56363D) is known color: Wine Berry. HEX triplet: 56, 36 and 3D. RGB value is (86,54,61). Sum of RGB (Red+Green+Blue) = 86+54+61=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56363D is #A9C9C2. Grayscale: #404040. Windows color (decimal): -11127235 or 4011606. OLE color: 4011606.
HSL color Cylindrical-coordinate representation of color #56363D: hue angle of 346.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56363D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 61 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.66 |
| HSL | 346.88º | 0.23% | 0.27% | - |
| HSV(B) | 346.88º | 0.37% | 0.34% | - |
| XYZ | 6 | 4.95 | 5.05 | - |
| YUV | 64.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 61 | 0 | 0.37 | 0.29 | 0.66 | 346.88 | 0.23 | 0.27 |
| Hex | 56 | 36 | 3D | 0 | 25 | 1D | 42 | 15B | 17 | 1B |
| Octal | 126 | 66 | 75 | 0 | 45 | 35 | 102 | 533 | 27 | 33 |
| Binary | 1010110 | 110110 | 111101 | 0 | 100101 | 11101 | 1000010 | 101011011 | 10111 | 11011 |
Color Harmonies of #56363D
Complementary color
Monochromatic Colors of #56363D
Black with #56363D
Text Example
Text Example
White with #56363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56363D; }
p { color: rgb(86,54,61); }
H1.HeaderClassName
{
color: #56363D;
}
.AnyTagClassName
{
color: #56363D;
}
</style>
background-color css
<style>
a { background-color: #56363D; }
a { background-color: rgb(86,54,61); }
div.DivClassName
{
background-color: #56363D;
}
.BgClassName
{
background-color: #56363D;
}
</style>
border-color css
<style>
span { border-color: #56363D; }
span { border-color: rgb(86,54,61); }
td.TdClassName
{
border-color: #56363D;
}
.TagClassName
{
border-color: #56363D;
}
</style>