#503940

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

Shades of Wine Berry #503940

Tints of Wine Berry #503940

Color information

#503940 (or 0x503940) is unknown color: approx Wine Berry. HEX triplet: 50, 39 and 40. RGB value is (80,57,64). Sum of RGB (Red+Green+Blue) = 80+57+64=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503940 is #AFC6BF. Grayscale: #404040. Windows color (decimal): -11519680 or 4208976. OLE color: 4208976.

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

Color convert

RGB805764-
CMYK00.290.200.69
HSL341.74º16.79%26.86%-
HSV(B)341.74º28.75%31.37%-
XYZ5.755.52-
YUV64.68127.62138.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=39.80%
G=28.36%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80576400.290.200.69341.7416.7926.86
Hex50394001D1445156111b
Octal12071100035241055262133
Binary101000011100110000000111011010010001011010101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503940; }

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

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

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

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

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

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

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

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