#57323E

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

Shades of Wine Berry #57323E

Tints of Wine Berry #57323E

Color information

#57323E (or 0x57323E) is unknown color: approx Wine Berry. HEX triplet: 57, 32 and 3E. RGB value is (87,50,62). Sum of RGB (Red+Green+Blue) = 87+50+62=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57323E is #A8CDC1. Grayscale: #3E3E3E. Windows color (decimal): -11062722 or 4076119. OLE color: 4076119.

HSL color Cylindrical-coordinate representation of color #57323E: hue angle of 340.54º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57323E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB875062-
CMYK00.430.290.66
HSL340.54º27.01%26.86%-
HSV(B)340.54º42.53%34.12%-
XYZ5.944.665.14-
YUV62.43127.76145.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=43.72%
G=25.13%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87506200.430.290.66340.5427.0126.86
Hex57323E02B1D421551b1b
Octal1276276053351025253333
Binary101011111001011111001010111110110000101010101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57323E; }

 p { color: rgb(87,50,62); }

 H1.HeaderClassName
 {
   color: #57323E;
 }
 .AnyTagClassName
 {
   color: #57323E;
 }
</style>
background-color css

<style>
 a { background-color: #57323E; }

 a { background-color: rgb(87,50,62); }

 div.DivClassName
 {
   background-color: #57323E;
 }
 .BgClassName
 {
   background-color: #57323E;
 }
</style>
border-color css

<style>
 span { border-color: #57323E; }

 span { border-color: rgb(87,50,62); }

 td.TdClassName
 {
   border-color: #57323E;
 }
 .TagClassName
 {
   border-color: #57323E;
 }
</style>