#50333D

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

Shades of Wine Berry #50333D

Tints of Wine Berry #50333D

Color information

#50333D (or 0x50333D) is unknown color: approx Wine Berry. HEX triplet: 50, 33 and 3D. RGB value is (80,51,61). Sum of RGB (Red+Green+Blue) = 80+51+61=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50333D is #AFCCC2. Grayscale: #3C3C3C. Windows color (decimal): -11521219 or 4010832. OLE color: 4010832.

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

Color convert

RGB805161-
CMYK00.360.240.69
HSL339.31º22.14%25.69%-
HSV(B)339.31º36.25%31.37%-
XYZ5.334.414.98-
YUV60.81128.11141.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=41.67%
G=26.56%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80516100.360.240.69339.3122.1425.69
Hex50333D0241845153161a
Octal1206375044301055232632
Binary101000011001111110101001001100010001011010100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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