#50373F

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

Shades of Wine Berry #50373F

Tints of Wine Berry #50373F

Color information

#50373F (or 0x50373F) is unknown color: approx Wine Berry. HEX triplet: 50, 37 and 3F. RGB value is (80,55,63). Sum of RGB (Red+Green+Blue) = 80+55+63=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373F is #AFC8C0. Grayscale: #3F3F3F. Windows color (decimal): -11520193 or 4142928. OLE color: 4142928.

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

Color convert

RGB805563-
CMYK00.310.210.69
HSL340.8º18.52%26.47%-
HSV(B)340.8º31.25%31.37%-
XYZ5.574.85.33-
YUV63.39127.78139.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 63 (25% from 255) = 31.82%
R=40.40%
G=27.78%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80556300.310.210.69340.818.5226.47
Hex50373F01F1545155131a
Octal1206777037251055252332
Binary10100001101111111110111111010110001011010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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