Shades of Wine Berry #572D33
Tints of Wine Berry #572D33
RGB
CMYK
RGB Variations
Color information
#572D33 (or 0x572D33) is known color: Wine Berry. HEX triplet: 57, 2D and 33. RGB value is (87,45,51). Sum of RGB (Red+Green+Blue) = 87+45+51=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #572D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D33 is #A8D2CC. Grayscale: #3A3A3A. Windows color (decimal): -11064013 or 3353943. OLE color: 3353943.
HSL color Cylindrical-coordinate representation of color #572D33: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #572D33 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 45 | 51 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.66 |
| HSL | 351.43º | 0.32% | 0.26% | - |
| HSV(B) | 351.43º | 0.48% | 0.34% | - |
| XYZ | 5.47 | 4.14 | 3.64 | - |
| YUV | 58.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 51 | 0 | 0.48 | 0.41 | 0.66 | 351.43 | 0.32 | 0.26 |
| Hex | 57 | 2D | 33 | 0 | 30 | 29 | 42 | 15F | 20 | 1A |
| Octal | 127 | 55 | 63 | 0 | 60 | 51 | 102 | 537 | 40 | 32 |
| Binary | 1010111 | 101101 | 110011 | 0 | 110000 | 101001 | 1000010 | 101011111 | 100000 | 11010 |
Color Harmonies of #572D33
Complementary color
Monochromatic Colors of #572D33
Black with #572D33
Text Example
Text Example
White with #572D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572D33; }
p { color: rgb(87,45,51); }
H1.HeaderClassName
{
color: #572D33;
}
.AnyTagClassName
{
color: #572D33;
}
</style>
background-color css
<style>
a { background-color: #572D33; }
a { background-color: rgb(87,45,51); }
div.DivClassName
{
background-color: #572D33;
}
.BgClassName
{
background-color: #572D33;
}
</style>
border-color css
<style>
span { border-color: #572D33; }
span { border-color: rgb(87,45,51); }
td.TdClassName
{
border-color: #572D33;
}
.TagClassName
{
border-color: #572D33;
}
</style>