#50383F

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

Shades of Wine Berry #50383F

Tints of Wine Berry #50383F

Color information

#50383F (or 0x50383F) is unknown color: approx Wine Berry. HEX triplet: 50, 38 and 3F. RGB value is (80,56,63). Sum of RGB (Red+Green+Blue) = 80+56+63=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50383F is #AFC7C0. Grayscale: #3F3F3F. Windows color (decimal): -11519937 or 4143184. OLE color: 4143184.

HSL color Cylindrical-coordinate representation of color #50383F: hue angle of 342.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50383F is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB805663-
CMYK00.300.210.69
HSL342.5º17.65%26.67%-
HSV(B)342.5º30%31.37%-
XYZ5.624.895.35-
YUV63.97127.45139.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 63 (25% from 255) = 31.66%
R=40.20%
G=28.14%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80566300.300.210.69342.517.6526.67
Hex50383F01E1545156121b
Octal1207077036251055262233
Binary10100001110001111110111101010110001011010101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50383F; }

 p { color: rgb(80,56,63); }

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

<style>
 a { background-color: #50383F; }

 a { background-color: rgb(80,56,63); }

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

<style>
 span { border-color: #50383F; }

 span { border-color: rgb(80,56,63); }

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