#502C33

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

Shades of Wine Berry #502C33

Tints of Wine Berry #502C33

Color information

#502C33 (or 0x502C33) is unknown color: approx Wine Berry. HEX triplet: 50, 2C and 33. RGB value is (80,44,51). Sum of RGB (Red+Green+Blue) = 80+44+51=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C33 is #AFD3CC. Grayscale: #373737. Windows color (decimal): -11523021 or 3353680. OLE color: 3353680.

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

Color convert

RGB804451-
CMYK00.450.360.69
HSL348.33º29.03%24.31%-
HSV(B)348.33º45%31.37%-
XYZ4.813.753.6-
YUV55.56125.43145.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=45.71%
G=25.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80445100.450.360.69348.3329.0324.31
Hex502C3302D244515c1d18
Octal1205463055441055343530
Binary1010000101100110011010110110010010001011010111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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