#50363E

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

Shades of Wine Berry #50363E

Tints of Wine Berry #50363E

Color information

#50363E (or 0x50363E) is unknown color: approx Wine Berry. HEX triplet: 50, 36 and 3E. RGB value is (80,54,62). Sum of RGB (Red+Green+Blue) = 80+54+62=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363E is #AFC9C1. Grayscale: #3E3E3E. Windows color (decimal): -11520450 or 4077136. OLE color: 4077136.

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

Color convert

RGB805462-
CMYK00.330.220.69
HSL341.54º19.4%26.27%-
HSV(B)341.54º32.5%31.37%-
XYZ5.54.695.17-
YUV62.69127.61140.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=40.82%
G=27.55%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80546200.330.220.69341.5419.426.27
Hex50363E0211645156131a
Octal1206676041261055262332
Binary101000011011011111001000011011010001011010101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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