Shades of Wine Berry #57333F
Tints of Wine Berry #57333F
RGB
CMYK
RGB Variations
Color information
#57333F (or 0x57333F) is known color: Wine Berry. HEX triplet: 57, 33 and 3F. RGB value is (87,51,63). Sum of RGB (Red+Green+Blue) = 87+51+63=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57333F is #A8CCC0. Grayscale: #3F3F3F. Windows color (decimal): -11062465 or 4141911. OLE color: 4141911.
HSL color Cylindrical-coordinate representation of color #57333F: hue angle of 340º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57333F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 51 | 63 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.66 |
| HSL | 340º | 0.26% | 0.27% | - |
| HSV(B) | 340º | 0.41% | 0.34% | - |
| XYZ | 6.01 | 4.75 | 5.3 | - |
| YUV | 63.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 63 | 0 | 0.41 | 0.28 | 0.66 | 340 | 0.26 | 0.27 |
| Hex | 57 | 33 | 3F | 0 | 29 | 1C | 42 | 154 | 1A | 1B |
| Octal | 127 | 63 | 77 | 0 | 51 | 34 | 102 | 524 | 32 | 33 |
| Binary | 1010111 | 110011 | 111111 | 0 | 101001 | 11100 | 1000010 | 101010100 | 11010 | 11011 |
Color Harmonies of #57333F
Complementary color
Monochromatic Colors of #57333F
Black with #57333F
Text Example
Text Example
White with #57333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57333F; }
p { color: rgb(87,51,63); }
H1.HeaderClassName
{
color: #57333F;
}
.AnyTagClassName
{
color: #57333F;
}
</style>
background-color css
<style>
a { background-color: #57333F; }
a { background-color: rgb(87,51,63); }
div.DivClassName
{
background-color: #57333F;
}
.BgClassName
{
background-color: #57333F;
}
</style>
border-color css
<style>
span { border-color: #57333F; }
span { border-color: rgb(87,51,63); }
td.TdClassName
{
border-color: #57333F;
}
.TagClassName
{
border-color: #57333F;
}
</style>