Shades of Wine Berry #57282F
Tints of Wine Berry #57282F
RGB
CMYK
RGB Variations
Color information
#57282F (or 0x57282F) is known color: Wine Berry. HEX triplet: 57, 28 and 2F. RGB value is (87,40,47). Sum of RGB (Red+Green+Blue) = 87+40+47=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #57282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57282F is #A8D7D0. Grayscale: #363636. Windows color (decimal): -11065297 or 3090519. OLE color: 3090519.
HSL color Cylindrical-coordinate representation of color #57282F: hue angle of 351.06º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57282F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 47 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.66 |
| HSL | 351.06º | 0.37% | 0.25% | - |
| HSV(B) | 351.06º | 0.54% | 0.34% | - |
| XYZ | 5.2 | 3.75 | 3.14 | - |
| YUV | 54.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 47 | 0 | 0.54 | 0.46 | 0.66 | 351.06 | 0.37 | 0.25 |
| Hex | 57 | 28 | 2F | 0 | 36 | 2E | 42 | 15F | 25 | 19 |
| Octal | 127 | 50 | 57 | 0 | 66 | 56 | 102 | 537 | 45 | 31 |
| Binary | 1010111 | 101000 | 101111 | 0 | 110110 | 101110 | 1000010 | 101011111 | 100101 | 11001 |
Color Harmonies of #57282F
Complementary color
Monochromatic Colors of #57282F
Black with #57282F
Text Example
Text Example
White with #57282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57282F; }
p { color: rgb(87,40,47); }
H1.HeaderClassName
{
color: #57282F;
}
.AnyTagClassName
{
color: #57282F;
}
</style>
background-color css
<style>
a { background-color: #57282F; }
a { background-color: rgb(87,40,47); }
div.DivClassName
{
background-color: #57282F;
}
.BgClassName
{
background-color: #57282F;
}
</style>
border-color css
<style>
span { border-color: #57282F; }
span { border-color: rgb(87,40,47); }
td.TdClassName
{
border-color: #57282F;
}
.TagClassName
{
border-color: #57282F;
}
</style>