#502E35

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

Shades of Wine Berry #502E35

Tints of Wine Berry #502E35

Color information

#502E35 (or 0x502E35) is unknown color: approx Wine Berry. HEX triplet: 50, 2E and 35. RGB value is (80,46,53). Sum of RGB (Red+Green+Blue) = 80+46+53=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #502E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E35 is #AFD1CA. Grayscale: #383838. Windows color (decimal): -11522507 or 3485264. OLE color: 3485264.

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

Color convert

RGB804653-
CMYK00.420.340.69
HSL347.65º26.98%24.71%-
HSV(B)347.65º42.5%31.37%-
XYZ4.933.923.86-
YUV56.96125.76144.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=44.69%
G=25.70%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80465300.420.340.69347.6526.9824.71
Hex502E3502A224515c1b19
Octal1205665052421055343331
Binary1010000101110110101010101010001010001011010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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