#503941

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

Shades of Wine Berry #503941

Tints of Wine Berry #503941

Color information

#503941 (or 0x503941) is unknown color: approx Wine Berry. HEX triplet: 50, 39 and 41. RGB value is (80,57,65). Sum of RGB (Red+Green+Blue) = 80+57+65=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #503941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503941 is #AFC6BE. Grayscale: #404040. Windows color (decimal): -11519679 or 4274512. OLE color: 4274512.

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

Color convert

RGB805765-
CMYK00.290.190.69
HSL339.13º16.79%26.86%-
HSV(B)339.13º28.75%31.37%-
XYZ5.735.015.67-
YUV64.79128.12138.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=39.60%
G=28.22%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80576500.290.190.69339.1316.7926.86
Hex50394101D1345153111b
Octal12071101035231055232133
Binary101000011100110000010111011001110001011010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503941; }

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

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

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

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

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

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

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

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