Shades of Wine Berry #56363C
Tints of Wine Berry #56363C
RGB
CMYK
RGB Variations
Color information
#56363C (or 0x56363C) is known color: Wine Berry. HEX triplet: 56, 36 and 3C. RGB value is (86,54,60). Sum of RGB (Red+Green+Blue) = 86+54+60=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56363C is #A9C9C3. Grayscale: #404040. Windows color (decimal): -11127236 or 3946070. OLE color: 3946070.
HSL color Cylindrical-coordinate representation of color #56363C: hue angle of 348.75º 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 #56363C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 60 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.66 |
| HSL | 348.75º | 0.23% | 0.27% | - |
| HSV(B) | 348.75º | 0.37% | 0.34% | - |
| XYZ | 5.97 | 4.94 | 4.91 | - |
| YUV | 64.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 60 | 0 | 0.37 | 0.30 | 0.66 | 348.75 | 0.23 | 0.27 |
| Hex | 56 | 36 | 3C | 0 | 25 | 1E | 42 | 15D | 17 | 1B |
| Octal | 126 | 66 | 74 | 0 | 45 | 36 | 102 | 535 | 27 | 33 |
| Binary | 1010110 | 110110 | 111100 | 0 | 100101 | 11110 | 1000010 | 101011101 | 10111 | 11011 |
Color Harmonies of #56363C
Complementary color
Monochromatic Colors of #56363C
Black with #56363C
Text Example
Text Example
White with #56363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56363C; }
p { color: rgb(86,54,60); }
H1.HeaderClassName
{
color: #56363C;
}
.AnyTagClassName
{
color: #56363C;
}
</style>
background-color css
<style>
a { background-color: #56363C; }
a { background-color: rgb(86,54,60); }
div.DivClassName
{
background-color: #56363C;
}
.BgClassName
{
background-color: #56363C;
}
</style>
border-color css
<style>
span { border-color: #56363C; }
span { border-color: rgb(86,54,60); }
td.TdClassName
{
border-color: #56363C;
}
.TagClassName
{
border-color: #56363C;
}
</style>