#50353B

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

Shades of Wine Berry #50353B

Tints of Wine Berry #50353B

Color information

#50353B (or 0x50353B) is unknown color: approx Wine Berry. HEX triplet: 50, 35 and 3B. RGB value is (80,53,59). Sum of RGB (Red+Green+Blue) = 80+53+59=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353B is #AFCAC4. Grayscale: #3D3D3D. Windows color (decimal): -11520709 or 3880272. OLE color: 3880272.

HSL color Cylindrical-coordinate representation of color #50353B: hue angle of 346.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50353B is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB805359-
CMYK00.340.260.69
HSL346.67º20.3%26.08%-
HSV(B)346.67º33.75%31.37%-
XYZ5.374.574.74-
YUV61.76126.45141.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=41.67%
G=27.60%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80535900.340.260.69346.6720.326.08
Hex50353B0221A4515b141a
Octal1206573042321055332432
Binary101000011010111101101000101101010001011010110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50353B; }

 p { color: rgb(80,53,59); }

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

<style>
 a { background-color: #50353B; }

 a { background-color: rgb(80,53,59); }

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

<style>
 span { border-color: #50353B; }

 span { border-color: rgb(80,53,59); }

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