Shades of Wine Berry #562B32
Tints of Wine Berry #562B32
RGB
CMYK
RGB Variations
Color information
#562B32 (or 0x562B32) is known color: Wine Berry. HEX triplet: 56, 2B and 32. RGB value is (86,43,50). Sum of RGB (Red+Green+Blue) = 86+43+50=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #562B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B32 is #A9D4CD. Grayscale: #383838. Windows color (decimal): -11130062 or 3287894. OLE color: 3287894.
HSL color Cylindrical-coordinate representation of color #562B32: hue angle of 350.23º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B32 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 50 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.66 |
| HSL | 350.23º | 0.33% | 0.25% | - |
| HSV(B) | 350.23º | 0.5% | 0.34% | - |
| XYZ | 5.28 | 3.94 | 3.5 | - |
| YUV | 56.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 50 | 0 | 0.50 | 0.42 | 0.66 | 350.23 | 0.33 | 0.25 |
| Hex | 56 | 2B | 32 | 0 | 32 | 2A | 42 | 15E | 21 | 19 |
| Octal | 126 | 53 | 62 | 0 | 62 | 52 | 102 | 536 | 41 | 31 |
| Binary | 1010110 | 101011 | 110010 | 0 | 110010 | 101010 | 1000010 | 101011110 | 100001 | 11001 |
Color Harmonies of #562B32
Complementary color
Monochromatic Colors of #562B32
Black with #562B32
Text Example
Text Example
White with #562B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B32; }
p { color: rgb(86,43,50); }
H1.HeaderClassName
{
color: #562B32;
}
.AnyTagClassName
{
color: #562B32;
}
</style>
background-color css
<style>
a { background-color: #562B32; }
a { background-color: rgb(86,43,50); }
div.DivClassName
{
background-color: #562B32;
}
.BgClassName
{
background-color: #562B32;
}
</style>
border-color css
<style>
span { border-color: #562B32; }
span { border-color: rgb(86,43,50); }
td.TdClassName
{
border-color: #562B32;
}
.TagClassName
{
border-color: #562B32;
}
</style>