#503239

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

Shades of Wine Berry #503239

Tints of Wine Berry #503239

Color information

#503239 (or 0x503239) is unknown color: approx Wine Berry. HEX triplet: 50, 32 and 39. RGB value is (80,50,57). Sum of RGB (Red+Green+Blue) = 80+50+57=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503239 is #AFCDC6. Grayscale: #3B3B3B. Windows color (decimal): -11521479 or 3748432. OLE color: 3748432.

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

Color convert

RGB805057-
CMYK00.370.290.69
HSL346º23.08%25.49%-
HSV(B)346º37.5%31.37%-
XYZ5.194.284.42-
YUV59.77126.44142.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=42.78%
G=26.74%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80505700.370.290.6934623.0825.49
Hex5032390251D4515a1719
Octal1206271045351055322731
Binary101000011001011100101001011110110001011010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503239; }

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

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

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

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

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

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

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

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