#50373E

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

Shades of Wine Berry #50373E

Tints of Wine Berry #50373E

Color information

#50373E (or 0x50373E) is unknown color: approx Wine Berry. HEX triplet: 50, 37 and 3E. RGB value is (80,55,62). Sum of RGB (Red+Green+Blue) = 80+55+62=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373E is #AFC8C1. Grayscale: #3F3F3F. Windows color (decimal): -11520194 or 4077392. OLE color: 4077392.

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

Color convert

RGB805562-
CMYK00.310.220.69
HSL343.2º18.52%26.47%-
HSV(B)343.2º31.25%31.37%-
XYZ5.544.795.19-
YUV63.27127.28139.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=40.61%
G=27.92%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80556200.310.220.69343.218.5226.47
Hex50373E01F1645157131a
Octal1206776037261055272332
Binary10100001101111111100111111011010001011010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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