#522A31

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

Shades of Wine Berry #522A31

Tints of Wine Berry #522A31

Color information

#522A31 (or 0x522A31) is unknown color: approx Wine Berry. HEX triplet: 52, 2A and 31. RGB value is (82,42,49). Sum of RGB (Red+Green+Blue) = 82+42+49=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A31 is #ADD5CE. Grayscale: #363636. Windows color (decimal): -11392463 or 3222098. OLE color: 3222098.

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

Color convert

RGB824249-
CMYK00.490.400.68
HSL349.5º32.26%24.31%-
HSV(B)349.5º48.78%32.16%-
XYZ4.863.673.36-
YUV54.76124.75147.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=47.40%
G=24.28%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82424900.490.400.68349.532.2624.31
Hex522A31031284415e2018
Octal1225261061501045364030
Binary10100101010101100010110001101000100010010101111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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