#50333A

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

Shades of Wine Berry #50333A

Tints of Wine Berry #50333A

Color information

#50333A (or 0x50333A) is unknown color: approx Wine Berry. HEX triplet: 50, 33 and 3A. RGB value is (80,51,58). Sum of RGB (Red+Green+Blue) = 80+51+58=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50333A is #AFCCC5. Grayscale: #3C3C3C. Windows color (decimal): -11521222 or 3814224. OLE color: 3814224.

HSL color Cylindrical-coordinate representation of color #50333A: hue angle of 345.52º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50333A is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB805158-
CMYK00.360.280.69
HSL345.52º22.14%25.69%-
HSV(B)345.52º36.25%31.37%-
XYZ5.264.384.57-
YUV60.47126.61141.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=42.33%
G=26.98%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80515800.360.280.69345.5222.1425.69
Hex50333A0241C4515a161a
Octal1206372044341055322632
Binary101000011001111101001001001110010001011010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50333A; }

 p { color: rgb(80,51,58); }

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

<style>
 a { background-color: #50333A; }

 a { background-color: rgb(80,51,58); }

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

<style>
 span { border-color: #50333A; }

 span { border-color: rgb(80,51,58); }

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