#522C32

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

Shades of Wine Berry #522C32

Tints of Wine Berry #522C32

Color information

#522C32 (or 0x522C32) is unknown color: approx Wine Berry. HEX triplet: 52, 2C and 32. RGB value is (82,44,50). Sum of RGB (Red+Green+Blue) = 82+44+50=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #522C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C32 is #ADD3CD. Grayscale: #383838. Windows color (decimal): -11391950 or 3288146. OLE color: 3288146.

HSL color Cylindrical-coordinate representation of color #522C32: hue angle of 350.53º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C32 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB824450-
CMYK00.460.390.68
HSL350.53º30.16%24.71%-
HSV(B)350.53º46.34%32.16%-
XYZ4.963.833.49-
YUV56.05124.59146.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=46.59%
G=25%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82445000.460.390.68350.5330.1624.71
Hex522C3202E274415f1e19
Octal1225462056471045373631
Binary1010010101100110010010111010011110001001010111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,44,50); }

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

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

 a { background-color: rgb(82,44,50); }

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

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

 span { border-color: rgb(82,44,50); }

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