Shades of Wine Berry #56363A
Tints of Wine Berry #56363A
RGB
CMYK
RGB Variations
Color information
#56363A (or 0x56363A) is known color: Wine Berry. HEX triplet: 56, 36 and 3A. RGB value is (86,54,58). Sum of RGB (Red+Green+Blue) = 86+54+58=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56363A is #A9C9C5. Grayscale: #404040. Windows color (decimal): -11127238 or 3814998. OLE color: 3814998.
HSL color Cylindrical-coordinate representation of color #56363A: hue angle of 352.5º 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 #56363A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 58 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.66 |
| HSL | 352.5º | 0.23% | 0.27% | - |
| HSV(B) | 352.5º | 0.37% | 0.34% | - |
| XYZ | 5.92 | 4.92 | 4.64 | - |
| YUV | 64.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 58 | 0 | 0.37 | 0.33 | 0.66 | 352.5 | 0.23 | 0.27 |
| Hex | 56 | 36 | 3A | 0 | 25 | 21 | 42 | 160 | 17 | 1B |
| Octal | 126 | 66 | 72 | 0 | 45 | 41 | 102 | 540 | 27 | 33 |
| Binary | 1010110 | 110110 | 111010 | 0 | 100101 | 100001 | 1000010 | 101100000 | 10111 | 11011 |
Color Harmonies of #56363A
Complementary color
Monochromatic Colors of #56363A
Black with #56363A
Text Example
Text Example
White with #56363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56363A; }
p { color: rgb(86,54,58); }
H1.HeaderClassName
{
color: #56363A;
}
.AnyTagClassName
{
color: #56363A;
}
</style>
background-color css
<style>
a { background-color: #56363A; }
a { background-color: rgb(86,54,58); }
div.DivClassName
{
background-color: #56363A;
}
.BgClassName
{
background-color: #56363A;
}
</style>
border-color css
<style>
span { border-color: #56363A; }
span { border-color: rgb(86,54,58); }
td.TdClassName
{
border-color: #56363A;
}
.TagClassName
{
border-color: #56363A;
}
</style>