#50343D

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

Shades of Wine Berry #50343D

Tints of Wine Berry #50343D

Color information

#50343D (or 0x50343D) is unknown color: approx Wine Berry. HEX triplet: 50, 34 and 3D. RGB value is (80,52,61). Sum of RGB (Red+Green+Blue) = 80+52+61=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50343D is #AFCBC2. Grayscale: #3D3D3D. Windows color (decimal): -11520963 or 4011088. OLE color: 4011088.

HSL color Cylindrical-coordinate representation of color #50343D: hue angle of 340.71º 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 #50343D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB805261-
CMYK00.350.240.69
HSL340.71º21.21%25.88%-
HSV(B)340.71º35%31.37%-
XYZ5.384.55-
YUV61.4127.78141.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=41.45%
G=26.94%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80526100.350.240.69340.7121.2125.88
Hex50343D0231845155151a
Octal1206475043301055252532
Binary101000011010011110101000111100010001011010101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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