#50353C

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

Shades of Wine Berry #50353C

Tints of Wine Berry #50353C

Color information

#50353C (or 0x50353C) is unknown color: approx Wine Berry. HEX triplet: 50, 35 and 3C. RGB value is (80,53,60). Sum of RGB (Red+Green+Blue) = 80+53+60=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353C is #AFCAC3. Grayscale: #3D3D3D. Windows color (decimal): -11520708 or 3945808. OLE color: 3945808.

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

Color convert

RGB805360-
CMYK00.340.250.69
HSL344.44º20.3%26.08%-
HSV(B)344.44º33.75%31.37%-
XYZ5.44.584.87-
YUV61.87126.95140.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=41.45%
G=27.46%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80536000.340.250.69344.4420.326.08
Hex50353C0221945158141a
Octal1206574042311055302432
Binary101000011010111110001000101100110001011010110001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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