#503A41

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

Shades of Wine Berry #503A41

Tints of Wine Berry #503A41

Color information

#503A41 (or 0x503A41) is unknown color: approx Wine Berry. HEX triplet: 50, 3A and 41. RGB value is (80,58,65). Sum of RGB (Red+Green+Blue) = 80+58+65=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #503A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A41 is #AFC5BE. Grayscale: #414141. Windows color (decimal): -11519423 or 4274768. OLE color: 4274768.

HSL color Cylindrical-coordinate representation of color #503A41: hue angle of 340.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #503A41 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB805865-
CMYK00.280.190.69
HSL340.91º15.94%27.06%-
HSV(B)340.91º27.5%31.37%-
XYZ5.785.115.68-
YUV65.38127.79138.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=39.41%
G=28.57%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80586500.280.190.69340.9115.9427.06
Hex503A4101C1345155101b
Octal12072101034231055252033
Binary101000011101010000010111001001110001011010101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503A41; }

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

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

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

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

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

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

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

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