#57303E

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

Shades of Wine Berry #57303E

Tints of Wine Berry #57303E

Color information

#57303E (or 0x57303E) is unknown color: approx Wine Berry. HEX triplet: 57, 30 and 3E. RGB value is (87,48,62). Sum of RGB (Red+Green+Blue) = 87+48+62=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57303E is #A8CFC1. Grayscale: #3D3D3D. Windows color (decimal): -11063234 or 4075607. OLE color: 4075607.

HSL color Cylindrical-coordinate representation of color #57303E: hue angle of 338.46º 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 #57303E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB874862-
CMYK00.450.290.66
HSL338.46º28.89%26.47%-
HSV(B)338.46º44.83%34.12%-
XYZ5.864.495.11-
YUV61.26128.42146.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=44.16%
G=24.37%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486200.450.290.66338.4628.8926.47
Hex57303E02D1D421521d1a
Octal1276076055351025223532
Binary101011111000011111001011011110110000101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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