#57303C

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

Shades of Wine Berry #57303C

Tints of Wine Berry #57303C

Color information

#57303C (or 0x57303C) is unknown color: approx Wine Berry. HEX triplet: 57, 30 and 3C. RGB value is (87,48,60). Sum of RGB (Red+Green+Blue) = 87+48+60=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57303C is #A8CFC3. Grayscale: #3D3D3D. Windows color (decimal): -11063236 or 3944535. OLE color: 3944535.

HSL color Cylindrical-coordinate representation of color #57303C: hue angle of 341.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57303C is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB874860-
CMYK00.450.310.66
HSL341.54º28.89%26.47%-
HSV(B)341.54º44.83%34.12%-
XYZ5.84.474.83-
YUV61.03127.42146.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=44.62%
G=24.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486000.450.310.66341.5428.8926.47
Hex57303C02D1F421561d1a
Octal1276074055371025263532
Binary101011111000011110001011011111110000101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57303C; }

 p { color: rgb(87,48,60); }

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

<style>
 a { background-color: #57303C; }

 a { background-color: rgb(87,48,60); }

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

<style>
 span { border-color: #57303C; }

 span { border-color: rgb(87,48,60); }

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