Shades of Wine Berry #572E36
Tints of Wine Berry #572E36
RGB
CMYK
RGB Variations
Color information
#572E36 (or 0x572E36) is known color: Wine Berry. HEX triplet: 57, 2E and 36. RGB value is (87,46,54). Sum of RGB (Red+Green+Blue) = 87+46+54=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E36 is #A8D1C9. Grayscale: #3B3B3B. Windows color (decimal): -11063754 or 3550807. OLE color: 3550807.
HSL color Cylindrical-coordinate representation of color #572E36: hue angle of 348.29º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E36 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 46 | 54 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.66 |
| HSL | 348.29º | 0.31% | 0.26% | - |
| HSV(B) | 348.29º | 0.47% | 0.34% | - |
| XYZ | 5.57 | 4.25 | 4.02 | - |
| YUV | 59.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 54 | 0 | 0.47 | 0.38 | 0.66 | 348.29 | 0.31 | 0.26 |
| Hex | 57 | 2E | 36 | 0 | 2F | 26 | 42 | 15C | 1F | 1A |
| Octal | 127 | 56 | 66 | 0 | 57 | 46 | 102 | 534 | 37 | 32 |
| Binary | 1010111 | 101110 | 110110 | 0 | 101111 | 100110 | 1000010 | 101011100 | 11111 | 11010 |
Color Harmonies of #572E36
Complementary color
Monochromatic Colors of #572E36
Black with #572E36
Text Example
Text Example
White with #572E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E36; }
p { color: rgb(87,46,54); }
H1.HeaderClassName
{
color: #572E36;
}
.AnyTagClassName
{
color: #572E36;
}
</style>
background-color css
<style>
a { background-color: #572E36; }
a { background-color: rgb(87,46,54); }
div.DivClassName
{
background-color: #572E36;
}
.BgClassName
{
background-color: #572E36;
}
</style>
border-color css
<style>
span { border-color: #572E36; }
span { border-color: rgb(87,46,54); }
td.TdClassName
{
border-color: #572E36;
}
.TagClassName
{
border-color: #572E36;
}
</style>