#503137

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

Shades of Wine Berry #503137

Tints of Wine Berry #503137

Color information

#503137 (or 0x503137) is unknown color: approx Wine Berry. HEX triplet: 50, 31 and 37. RGB value is (80,49,55). Sum of RGB (Red+Green+Blue) = 80+49+55=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503137 is #AFCEC8. Grayscale: #3A3A3A. Windows color (decimal): -11521737 or 3617104. OLE color: 3617104.

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

Color convert

RGB804955-
CMYK00.390.310.69
HSL348.39º24.03%25.29%-
HSV(B)348.39º38.75%31.37%-
XYZ5.14.184.15-
YUV58.95125.77143.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=43.48%
G=26.63%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80495500.390.310.69348.3924.0325.29
Hex5031370271F4515c1819
Octal1206167047371055343031
Binary101000011000111011101001111111110001011010111001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503137; }

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

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

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

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

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

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

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

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