Shades of Wine Berry #562A31
Tints of Wine Berry #562A31
RGB
CMYK
RGB Variations
Color information
#562A31 (or 0x562A31) is known color: Wine Berry. HEX triplet: 56, 2A and 31. RGB value is (86,42,49). Sum of RGB (Red+Green+Blue) = 86+42+49=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #562A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A31 is #A9D5CE. Grayscale: #373737. Windows color (decimal): -11130319 or 3222102. OLE color: 3222102.
HSL color Cylindrical-coordinate representation of color #562A31: hue angle of 350.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562A31 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 49 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.66 |
| HSL | 350.45º | 0.34% | 0.25% | - |
| HSV(B) | 350.45º | 0.51% | 0.34% | - |
| XYZ | 5.22 | 3.86 | 3.37 | - |
| YUV | 55.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 49 | 0 | 0.51 | 0.43 | 0.66 | 350.45 | 0.34 | 0.25 |
| Hex | 56 | 2A | 31 | 0 | 33 | 2B | 42 | 15E | 22 | 19 |
| Octal | 126 | 52 | 61 | 0 | 63 | 53 | 102 | 536 | 42 | 31 |
| Binary | 1010110 | 101010 | 110001 | 0 | 110011 | 101011 | 1000010 | 101011110 | 100010 | 11001 |
Color Harmonies of #562A31
Complementary color
Monochromatic Colors of #562A31
Black with #562A31
Text Example
Text Example
White with #562A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A31; }
p { color: rgb(86,42,49); }
H1.HeaderClassName
{
color: #562A31;
}
.AnyTagClassName
{
color: #562A31;
}
</style>
background-color css
<style>
a { background-color: #562A31; }
a { background-color: rgb(86,42,49); }
div.DivClassName
{
background-color: #562A31;
}
.BgClassName
{
background-color: #562A31;
}
</style>
border-color css
<style>
span { border-color: #562A31; }
span { border-color: rgb(86,42,49); }
td.TdClassName
{
border-color: #562A31;
}
.TagClassName
{
border-color: #562A31;
}
</style>