#502A31

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

Shades of Wine Berry #502A31

Tints of Wine Berry #502A31

Color information

#502A31 (or 0x502A31) is unknown color: approx Wine Berry. HEX triplet: 50, 2A and 31. RGB value is (80,42,49). Sum of RGB (Red+Green+Blue) = 80+42+49=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A31 is #AFD5CE. Grayscale: #363636. Windows color (decimal): -11523535 or 3222096. OLE color: 3222096.

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

Color convert

RGB804249-
CMYK00.480.390.69
HSL348.95º31.15%23.92%-
HSV(B)348.95º47.5%31.37%-
XYZ4.693.583.35-
YUV54.16125.09146.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=46.78%
G=24.56%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80424900.480.390.69348.9531.1523.92
Hex502A31030274515d1f18
Octal1205261060471055353730
Binary1010000101010110001011000010011110001011010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,42,49); }

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

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

 a { background-color: rgb(80,42,49); }

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

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

 span { border-color: rgb(80,42,49); }

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