#502E38

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

Shades of Wine Berry #502E38

Tints of Wine Berry #502E38

Color information

#502E38 (or 0x502E38) is unknown color: approx Wine Berry. HEX triplet: 50, 2E and 38. RGB value is (80,46,56). Sum of RGB (Red+Green+Blue) = 80+46+56=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E38 is #AFD1C7. Grayscale: #393939. Windows color (decimal): -11522504 or 3681872. OLE color: 3681872.

HSL color Cylindrical-coordinate representation of color #502E38: hue angle of 342.35º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E38 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB804656-
CMYK00.420.300.69
HSL342.35º26.98%24.71%-
HSV(B)342.35º42.5%31.37%-
XYZ53.944.24-
YUV57.31127.26144.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=43.96%
G=25.27%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80465600.420.300.69342.3526.9824.71
Hex502E3802A1E451561b19
Octal1205670052361055263331
Binary101000010111011100001010101111010001011010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E38; }

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

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

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

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

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

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

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

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