#50323C

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

Shades of Wine Berry #50323C

Tints of Wine Berry #50323C

Color information

#50323C (or 0x50323C) is unknown color: approx Wine Berry. HEX triplet: 50, 32 and 3C. RGB value is (80,50,60). Sum of RGB (Red+Green+Blue) = 80+50+60=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50323C is #AFCDC3. Grayscale: #3C3C3C. Windows color (decimal): -11521476 or 3945040. OLE color: 3945040.

HSL color Cylindrical-coordinate representation of color #50323C: hue angle of 340º 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 #50323C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB805060-
CMYK00.370.250.69
HSL340º23.08%25.49%-
HSV(B)340º37.5%31.37%-
XYZ5.264.314.83-
YUV60.11127.94142.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80506000.370.250.6934023.0825.49
Hex50323C02519451541719
Octal1206274045311055242731
Binary101000011001011110001001011100110001011010101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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