#50363C

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

Shades of Wine Berry #50363C

Tints of Wine Berry #50363C

Color information

#50363C (or 0x50363C) is unknown color: approx Wine Berry. HEX triplet: 50, 36 and 3C. RGB value is (80,54,60). Sum of RGB (Red+Green+Blue) = 80+54+60=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363C is #AFC9C3. Grayscale: #3E3E3E. Windows color (decimal): -11520452 or 3946064. OLE color: 3946064.

HSL color Cylindrical-coordinate representation of color #50363C: hue angle of 346.15º 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 #50363C is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB805460-
CMYK00.330.250.69
HSL346.15º19.4%26.27%-
HSV(B)346.15º32.5%31.37%-
XYZ5.444.674.89-
YUV62.46126.61140.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=41.24%
G=27.84%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80546000.330.250.69346.1519.426.27
Hex50363C021194515a131a
Octal1206674041311055322332
Binary101000011011011110001000011100110001011010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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