Shades of Wine Berry #56373D
Tints of Wine Berry #56373D
RGB
CMYK
RGB Variations
Color information
#56373D (or 0x56373D) is known color: Wine Berry. HEX triplet: 56, 37 and 3D. RGB value is (86,55,61). Sum of RGB (Red+Green+Blue) = 86+55+61=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56373D is #A9C8C2. Grayscale: #404040. Windows color (decimal): -11126979 or 4011862. OLE color: 4011862.
HSL color Cylindrical-coordinate representation of color #56373D: hue angle of 348.39º 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 #56373D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 55 | 61 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.66 |
| HSL | 348.39º | 0.22% | 0.28% | - |
| HSV(B) | 348.39º | 0.36% | 0.34% | - |
| XYZ | 6.05 | 5.05 | 5.07 | - |
| YUV | 64.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 61 | 0 | 0.36 | 0.29 | 0.66 | 348.39 | 0.22 | 0.28 |
| Hex | 56 | 37 | 3D | 0 | 24 | 1D | 42 | 15C | 16 | 1C |
| Octal | 126 | 67 | 75 | 0 | 44 | 35 | 102 | 534 | 26 | 34 |
| Binary | 1010110 | 110111 | 111101 | 0 | 100100 | 11101 | 1000010 | 101011100 | 10110 | 11100 |
Color Harmonies of #56373D
Complementary color
Monochromatic Colors of #56373D
Black with #56373D
Text Example
Text Example
White with #56373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56373D; }
p { color: rgb(86,55,61); }
H1.HeaderClassName
{
color: #56373D;
}
.AnyTagClassName
{
color: #56373D;
}
</style>
background-color css
<style>
a { background-color: #56373D; }
a { background-color: rgb(86,55,61); }
div.DivClassName
{
background-color: #56373D;
}
.BgClassName
{
background-color: #56373D;
}
</style>
border-color css
<style>
span { border-color: #56373D; }
span { border-color: rgb(86,55,61); }
td.TdClassName
{
border-color: #56373D;
}
.TagClassName
{
border-color: #56373D;
}
</style>