#502E37

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

Shades of Wine Berry #502E37

Tints of Wine Berry #502E37

Color information

#502E37 (or 0x502E37) is unknown color: approx Wine Berry. HEX triplet: 50, 2E and 37. RGB value is (80,46,55). Sum of RGB (Red+Green+Blue) = 80+46+55=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #502E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E37 is #AFD1C8. Grayscale: #393939. Windows color (decimal): -11522505 or 3616336. OLE color: 3616336.

HSL color Cylindrical-coordinate representation of color #502E37: hue angle of 344.12º 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 #502E37 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB804655-
CMYK00.420.310.69
HSL344.12º26.98%24.71%-
HSV(B)344.12º42.5%31.37%-
XYZ4.973.944.11-
YUV57.19126.76144.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=44.20%
G=25.41%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80465500.420.310.69344.1226.9824.71
Hex502E3702A1F451581b19
Octal1205667052371055303331
Binary101000010111011011101010101111110001011010110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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