#503039

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

Shades of Wine Berry #503039

Tints of Wine Berry #503039

Color information

#503039 (or 0x503039) is unknown color: approx Wine Berry. HEX triplet: 50, 30 and 39. RGB value is (80,48,57). Sum of RGB (Red+Green+Blue) = 80+48+57=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503039 is #AFCFC6. Grayscale: #3A3A3A. Windows color (decimal): -11521991 or 3747920. OLE color: 3747920.

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

Color convert

RGB804857-
CMYK00.400.290.69
HSL343.12º25%25.1%-
HSV(B)343.12º40%31.37%-
XYZ5.14.114.4-
YUV58.59127.1143.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=43.24%
G=25.95%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80485700.400.290.69343.122525.1
Hex5030390281D451571919
Octal1206071050351055273131
Binary101000011000011100101010001110110001011010101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503039; }

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

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

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

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

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

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

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

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