#50313C

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

Shades of Wine Berry #50313C

Tints of Wine Berry #50313C

Color information

#50313C (or 0x50313C) is unknown color: approx Wine Berry. HEX triplet: 50, 31 and 3C. RGB value is (80,49,60). Sum of RGB (Red+Green+Blue) = 80+49+60=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50313C is #AFCEC3. Grayscale: #3B3B3B. Windows color (decimal): -11521732 or 3944784. OLE color: 3944784.

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

Color convert

RGB804960-
CMYK00.390.250.69
HSL338.71º24.03%25.29%-
HSV(B)338.71º38.75%31.37%-
XYZ5.224.234.82-
YUV59.52128.27142.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=42.33%
G=25.93%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80496000.390.250.69338.7124.0325.29
Hex50313C02719451531819
Octal1206174047311055233031
Binary101000011000111110001001111100110001011010100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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