#502C36

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

Shades of Wine Berry #502C36

Tints of Wine Berry #502C36

Color information

#502C36 (or 0x502C36) is unknown color: approx Wine Berry. HEX triplet: 50, 2C and 36. RGB value is (80,44,54). Sum of RGB (Red+Green+Blue) = 80+44+54=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C36 is #AFD3C9. Grayscale: #373737. Windows color (decimal): -11523018 or 3550288. OLE color: 3550288.

HSL color Cylindrical-coordinate representation of color #502C36: hue angle of 343.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C36 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB804454-
CMYK00.450.330.69
HSL343.33º29.03%24.31%-
HSV(B)343.33º45%31.37%-
XYZ4.873.773.96-
YUV55.9126.93145.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 44 (17.58% from 255) = 24.72%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=44.94%
G=24.72%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80445400.450.330.69343.3329.0324.31
Hex502C3602D21451571d18
Octal1205466055411055273530
Binary1010000101100110110010110110000110001011010101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,54); }

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

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

 a { background-color: rgb(80,44,54); }

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

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

 span { border-color: rgb(80,44,54); }

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