Shades of Wine Berry #56373C
Tints of Wine Berry #56373C
RGB
CMYK
RGB Variations
Color information
#56373C (or 0x56373C) is known color: Wine Berry. HEX triplet: 56, 37 and 3C. RGB value is (86,55,60). Sum of RGB (Red+Green+Blue) = 86+55+60=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56373C is #A9C8C3. Grayscale: #404040. Windows color (decimal): -11126980 or 3946326. OLE color: 3946326.
HSL color Cylindrical-coordinate representation of color #56373C: hue angle of 350.32º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56373C is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 55 | 60 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.66 |
| HSL | 350.32º | 0.22% | 0.28% | - |
| HSV(B) | 350.32º | 0.36% | 0.34% | - |
| XYZ | 6.02 | 5.04 | 4.93 | - |
| YUV | 64.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 60 | 0 | 0.36 | 0.30 | 0.66 | 350.32 | 0.22 | 0.28 |
| Hex | 56 | 37 | 3C | 0 | 24 | 1E | 42 | 15E | 16 | 1C |
| Octal | 126 | 67 | 74 | 0 | 44 | 36 | 102 | 536 | 26 | 34 |
| Binary | 1010110 | 110111 | 111100 | 0 | 100100 | 11110 | 1000010 | 101011110 | 10110 | 11100 |
Color Harmonies of #56373C
Complementary color
Monochromatic Colors of #56373C
Black with #56373C
Text Example
Text Example
White with #56373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56373C; }
p { color: rgb(86,55,60); }
H1.HeaderClassName
{
color: #56373C;
}
.AnyTagClassName
{
color: #56373C;
}
</style>
background-color css
<style>
a { background-color: #56373C; }
a { background-color: rgb(86,55,60); }
div.DivClassName
{
background-color: #56373C;
}
.BgClassName
{
background-color: #56373C;
}
</style>
border-color css
<style>
span { border-color: #56373C; }
span { border-color: rgb(86,55,60); }
td.TdClassName
{
border-color: #56373C;
}
.TagClassName
{
border-color: #56373C;
}
</style>