#50353E

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

Shades of Wine Berry #50353E

Tints of Wine Berry #50353E

Color information

#50353E (or 0x50353E) is unknown color: approx Wine Berry. HEX triplet: 50, 35 and 3E. RGB value is (80,53,62). Sum of RGB (Red+Green+Blue) = 80+53+62=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353E is #AFCAC1. Grayscale: #3E3E3E. Windows color (decimal): -11520706 or 4076880. OLE color: 4076880.

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

Color convert

RGB805362-
CMYK00.340.220.69
HSL340º20.3%26.08%-
HSV(B)340º33.75%31.37%-
XYZ5.454.65.16-
YUV62.1127.95140.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=41.03%
G=27.18%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80536200.340.220.6934020.326.08
Hex50353E0221645154141a
Octal1206576042261055242432
Binary101000011010111111001000101011010001011010101001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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