#57333F

Color #57333F Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #57333F

Tints of Wine Berry #57333F

Color information

#57333F (or 0x57333F) is unknown color: approx 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

RGB875163-
CMYK00.410.280.66
HSL340º26.09%27.06%-
HSV(B)340º41.38%34.12%-
XYZ6.014.755.3-
YUV63.13127.93145.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 63 (25% from 255) = 31.34%
R=43.28%
G=25.37%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87516300.410.280.6634026.0927.06
Hex57333F0291C421541a1b
Octal1276377051341025243233
Binary101011111001111111101010011110010000101010101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>