#522B35

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

Shades of Wine Berry #522B35

Tints of Wine Berry #522B35

Color information

#522B35 (or 0x522B35) is unknown color: approx Wine Berry. HEX triplet: 52, 2B and 35. RGB value is (82,43,53). Sum of RGB (Red+Green+Blue) = 82+43+53=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #522B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B35 is #ADD4CA. Grayscale: #373737. Windows color (decimal): -11392203 or 3484498. OLE color: 3484498.

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

Color convert

RGB824353-
CMYK00.480.350.68
HSL344.62º31.2%24.51%-
HSV(B)344.62º47.56%32.16%-
XYZ4.993.783.83-
YUV55.8126.42146.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=46.07%
G=24.16%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82435300.480.350.68344.6231.224.51
Hex522B3503023441591f19
Octal1225365060431045313731
Binary1010010101011110101011000010001110001001010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,43,53); }

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

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

 a { background-color: rgb(82,43,53); }

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

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

 span { border-color: rgb(82,43,53); }

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