#50323D

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

Shades of Wine Berry #50323D

Tints of Wine Berry #50323D

Color information

#50323D (or 0x50323D) is unknown color: approx Wine Berry. HEX triplet: 50, 32 and 3D. RGB value is (80,50,61). Sum of RGB (Red+Green+Blue) = 80+50+61=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50323D is #AFCDC2. Grayscale: #3C3C3C. Windows color (decimal): -11521475 or 4010576. OLE color: 4010576.

HSL color Cylindrical-coordinate representation of color #50323D: hue angle of 338º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50323D is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB805061-
CMYK00.370.240.69
HSL338º23.08%25.49%-
HSV(B)338º37.5%31.37%-
XYZ5.294.324.97-
YUV60.22128.44142.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=41.88%
G=26.18%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80506100.370.240.6933823.0825.49
Hex50323D02518451521719
Octal1206275045301055222731
Binary101000011001011110101001011100010001011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,50,61); }

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

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

 a { background-color: rgb(80,50,61); }

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

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

 span { border-color: rgb(80,50,61); }

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