#503238

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

Shades of Wine Berry #503238

Tints of Wine Berry #503238

Color information

#503238 (or 0x503238) is unknown color: approx Wine Berry. HEX triplet: 50, 32 and 38. RGB value is (80,50,56). Sum of RGB (Red+Green+Blue) = 80+50+56=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503238 is #AFCDC7. Grayscale: #3B3B3B. Windows color (decimal): -11521480 or 3682896. OLE color: 3682896.

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

Color convert

RGB805056-
CMYK00.370.300.69
HSL348º23.08%25.49%-
HSV(B)348º37.5%31.37%-
XYZ5.164.274.29-
YUV59.65125.94142.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=43.01%
G=26.88%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80505600.370.300.6934823.0825.49
Hex5032380251E4515c1719
Octal1206270045361055342731
Binary101000011001011100001001011111010001011010111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503238; }

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

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

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

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

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

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

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

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