Shades of Wine Berry #56282F
Tints of Wine Berry #56282F
RGB
CMYK
RGB Variations
Color information
#56282F (or 0x56282F) is known color: Wine Berry. HEX triplet: 56, 28 and 2F. RGB value is (86,40,47). Sum of RGB (Red+Green+Blue) = 86+40+47=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #56282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56282F is #A9D7D0. Grayscale: #363636. Windows color (decimal): -11130833 or 3090518. OLE color: 3090518.
HSL color Cylindrical-coordinate representation of color #56282F: hue angle of 350.87º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56282F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 47 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.66 |
| HSL | 350.87º | 0.37% | 0.25% | - |
| HSV(B) | 350.87º | 0.53% | 0.34% | - |
| XYZ | 5.11 | 3.7 | 3.13 | - |
| YUV | 54.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 47 | 0 | 0.53 | 0.45 | 0.66 | 350.87 | 0.37 | 0.25 |
| Hex | 56 | 28 | 2F | 0 | 35 | 2D | 42 | 15F | 25 | 19 |
| Octal | 126 | 50 | 57 | 0 | 65 | 55 | 102 | 537 | 45 | 31 |
| Binary | 1010110 | 101000 | 101111 | 0 | 110101 | 101101 | 1000010 | 101011111 | 100101 | 11001 |
Color Harmonies of #56282F
Complementary color
Monochromatic Colors of #56282F
Black with #56282F
Text Example
Text Example
White with #56282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56282F; }
p { color: rgb(86,40,47); }
H1.HeaderClassName
{
color: #56282F;
}
.AnyTagClassName
{
color: #56282F;
}
</style>
background-color css
<style>
a { background-color: #56282F; }
a { background-color: rgb(86,40,47); }
div.DivClassName
{
background-color: #56282F;
}
.BgClassName
{
background-color: #56282F;
}
</style>
border-color css
<style>
span { border-color: #56282F; }
span { border-color: rgb(86,40,47); }
td.TdClassName
{
border-color: #56282F;
}
.TagClassName
{
border-color: #56282F;
}
</style>