#502B34

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

Shades of Wine Berry #502B34

Tints of Wine Berry #502B34

Color information

#502B34 (or 0x502B34) is unknown color: approx Wine Berry. HEX triplet: 50, 2B and 34. RGB value is (80,43,52). Sum of RGB (Red+Green+Blue) = 80+43+52=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B34 is #AFD4CB. Grayscale: #373737. Windows color (decimal): -11523276 or 3418960. OLE color: 3418960.

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

Color convert

RGB804352-
CMYK00.460.350.69
HSL345.41º30.08%24.12%-
HSV(B)345.41º46.25%31.37%-
XYZ4.793.683.71-
YUV55.09126.26145.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=45.71%
G=24.57%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80435200.460.350.69345.4130.0824.12
Hex502B3402E23451591e18
Octal1205364056431055313630
Binary1010000101011110100010111010001110001011010110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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