#503439

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

Shades of Wine Berry #503439

Tints of Wine Berry #503439

Color information

#503439 (or 0x503439) is unknown color: approx Wine Berry. HEX triplet: 50, 34 and 39. RGB value is (80,52,57). Sum of RGB (Red+Green+Blue) = 80+52+57=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503439 is #AFCBC6. Grayscale: #3C3C3C. Windows color (decimal): -11520967 or 3748944. OLE color: 3748944.

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

Color convert

RGB805257-
CMYK00.350.290.69
HSL349.29º21.21%25.88%-
HSV(B)349.29º35%31.37%-
XYZ5.274.464.45-
YUV60.94125.78141.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=42.33%
G=27.51%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80525700.350.290.69349.2921.2125.88
Hex5034390231D4515d151a
Octal1206471043351055352532
Binary101000011010011100101000111110110001011010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503439; }

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

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

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

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

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

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

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

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