#503139

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

Shades of Wine Berry #503139

Tints of Wine Berry #503139

Color information

#503139 (or 0x503139) is unknown color: approx Wine Berry. HEX triplet: 50, 31 and 39. RGB value is (80,49,57). Sum of RGB (Red+Green+Blue) = 80+49+57=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503139 is #AFCEC6. Grayscale: #3B3B3B. Windows color (decimal): -11521735 or 3748176. OLE color: 3748176.

HSL color Cylindrical-coordinate representation of color #503139: hue angle of 344.52º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503139 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB804957-
CMYK00.390.290.69
HSL344.52º24.03%25.29%-
HSV(B)344.52º38.75%31.37%-
XYZ5.154.24.41-
YUV59.18126.77142.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=43.01%
G=26.34%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80495700.390.290.69344.5224.0325.29
Hex5031390271D451591819
Octal1206171047351055313031
Binary101000011000111100101001111110110001011010110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503139; }

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

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

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

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

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

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

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

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