#502930

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

Shades of Wine Berry #502930

Tints of Wine Berry #502930

Color information

#502930 (or 0x502930) is unknown color: approx Wine Berry. HEX triplet: 50, 29 and 30. RGB value is (80,41,48). Sum of RGB (Red+Green+Blue) = 80+41+48=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502930 is #AFD6CF. Grayscale: #353535. Windows color (decimal): -11523792 or 3156304. OLE color: 3156304.

HSL color Cylindrical-coordinate representation of color #502930: hue angle of 349.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502930 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB804148-
CMYK00.490.400.69
HSL349.23º32.23%23.73%-
HSV(B)349.23º48.75%31.37%-
XYZ4.633.53.23-
YUV53.46124.92146.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=47.34%
G=24.26%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80414800.490.400.69349.2332.2323.73
Hex502930031284515d2018
Octal1205160061501055354030
Binary10100001010011100000110001101000100010110101110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502930; }

 p { color: rgb(80,41,48); }

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

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

 a { background-color: rgb(80,41,48); }

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

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

 span { border-color: rgb(80,41,48); }

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