#50343C

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

Shades of Wine Berry #50343C

Tints of Wine Berry #50343C

Color information

#50343C (or 0x50343C) is unknown color: approx Wine Berry. HEX triplet: 50, 34 and 3C. RGB value is (80,52,60). Sum of RGB (Red+Green+Blue) = 80+52+60=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50343C is #AFCBC3. Grayscale: #3D3D3D. Windows color (decimal): -11520964 or 3945552. OLE color: 3945552.

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

Color convert

RGB805260-
CMYK00.350.250.69
HSL342.86º21.21%25.88%-
HSV(B)342.86º35%31.37%-
XYZ5.354.494.86-
YUV61.28127.28141.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=41.67%
G=27.08%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80526000.350.250.69342.8621.2125.88
Hex50343C0231945157151a
Octal1206474043311055272532
Binary101000011010011110001000111100110001011010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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