#502B35

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

Shades of Wine Berry #502B35

Tints of Wine Berry #502B35

Color information

#502B35 (or 0x502B35) is unknown color: approx Wine Berry. HEX triplet: 50, 2B and 35. RGB value is (80,43,53). Sum of RGB (Red+Green+Blue) = 80+43+53=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B35 is #AFD4CA. Grayscale: #373737. Windows color (decimal): -11523275 or 3484496. OLE color: 3484496.

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

Color convert

RGB804353-
CMYK00.460.340.69
HSL343.78º30.08%24.12%-
HSV(B)343.78º46.25%31.37%-
XYZ4.813.693.83-
YUV55.2126.76145.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 43 (17.19% from 255) = 24.43%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=45.45%
G=24.43%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80435300.460.340.69343.7830.0824.12
Hex502B3502E22451581e18
Octal1205365056421055303630
Binary1010000101011110101010111010001010001011010110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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