#57303D

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

Shades of Wine Berry #57303D

Tints of Wine Berry #57303D

Color information

#57303D (or 0x57303D) is unknown color: approx Wine Berry. HEX triplet: 57, 30 and 3D. RGB value is (87,48,61). Sum of RGB (Red+Green+Blue) = 87+48+61=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57303D is #A8CFC2. Grayscale: #3D3D3D. Windows color (decimal): -11063235 or 4010071. OLE color: 4010071.

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

Color convert

RGB874861-
CMYK00.450.300.66
HSL340º28.89%26.47%-
HSV(B)340º44.83%34.12%-
XYZ5.834.484.97-
YUV61.14127.92146.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=44.39%
G=24.49%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486100.450.300.6634028.8926.47
Hex57303D02D1E421541d1a
Octal1276075055361025243532
Binary101011111000011110101011011111010000101010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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