#522D38

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

Shades of Wine Berry #522D38

Tints of Wine Berry #522D38

Color information

#522D38 (or 0x522D38) is unknown color: approx Wine Berry. HEX triplet: 52, 2D and 38. RGB value is (82,45,56). Sum of RGB (Red+Green+Blue) = 82+45+56=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #522D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D38 is #ADD2C7. Grayscale: #393939. Windows color (decimal): -11391688 or 3681618. OLE color: 3681618.

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

Color convert

RGB824556-
CMYK00.450.320.68
HSL342.16º29.13%24.9%-
HSV(B)342.16º45.12%32.16%-
XYZ5.133.964.23-
YUV57.32127.26145.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=44.81%
G=24.59%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82455600.450.320.68342.1629.1324.9
Hex522D3802D20441561d19
Octal1225570055401045263531
Binary1010010101101111000010110110000010001001010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,56); }

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

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

 a { background-color: rgb(82,45,56); }

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

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

 span { border-color: rgb(82,45,56); }

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