Shades of Wine Berry #562C33
Tints of Wine Berry #562C33
RGB
CMYK
RGB Variations
Color information
#562C33 (or 0x562C33) is known color: Wine Berry. HEX triplet: 56, 2C and 33. RGB value is (86,44,51). Sum of RGB (Red+Green+Blue) = 86+44+51=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #562C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C33 is #A9D3CC. Grayscale: #393939. Windows color (decimal): -11129805 or 3353686. OLE color: 3353686.
HSL color Cylindrical-coordinate representation of color #562C33: hue angle of 350º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562C33 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 44 | 51 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.66 |
| HSL | 350º | 0.32% | 0.25% | - |
| HSV(B) | 350º | 0.49% | 0.34% | - |
| XYZ | 5.34 | 4.02 | 3.63 | - |
| YUV | 57.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 51 | 0 | 0.49 | 0.41 | 0.66 | 350 | 0.32 | 0.25 |
| Hex | 56 | 2C | 33 | 0 | 31 | 29 | 42 | 15E | 20 | 19 |
| Octal | 126 | 54 | 63 | 0 | 61 | 51 | 102 | 536 | 40 | 31 |
| Binary | 1010110 | 101100 | 110011 | 0 | 110001 | 101001 | 1000010 | 101011110 | 100000 | 11001 |
Color Harmonies of #562C33
Complementary color
Monochromatic Colors of #562C33
Black with #562C33
Text Example
Text Example
White with #562C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C33; }
p { color: rgb(86,44,51); }
H1.HeaderClassName
{
color: #562C33;
}
.AnyTagClassName
{
color: #562C33;
}
</style>
background-color css
<style>
a { background-color: #562C33; }
a { background-color: rgb(86,44,51); }
div.DivClassName
{
background-color: #562C33;
}
.BgClassName
{
background-color: #562C33;
}
</style>
border-color css
<style>
span { border-color: #562C33; }
span { border-color: rgb(86,44,51); }
td.TdClassName
{
border-color: #562C33;
}
.TagClassName
{
border-color: #562C33;
}
</style>