#503339

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

Shades of Wine Berry #503339

Tints of Wine Berry #503339

Color information

#503339 (or 0x503339) is unknown color: approx Wine Berry. HEX triplet: 50, 33 and 39. RGB value is (80,51,57). Sum of RGB (Red+Green+Blue) = 80+51+57=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503339 is #AFCCC6. Grayscale: #3C3C3C. Windows color (decimal): -11521223 or 3748688. OLE color: 3748688.

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

Color convert

RGB805157-
CMYK00.360.290.69
HSL347.59º22.14%25.69%-
HSV(B)347.59º36.25%31.37%-
XYZ5.234.374.44-
YUV60.36126.11142.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=42.55%
G=27.13%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80515700.360.290.69347.5922.1425.69
Hex5033390241D4515c161a
Octal1206371044351055342632
Binary101000011001111100101001001110110001011010111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503339; }

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

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

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

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

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

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

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

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