#522F35

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

Shades of Wine Berry #522F35

Tints of Wine Berry #522F35

Color information

#522F35 (or 0x522F35) is unknown color: approx Wine Berry. HEX triplet: 52, 2F and 35. RGB value is (82,47,53). Sum of RGB (Red+Green+Blue) = 82+47+53=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #522F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F35 is #ADD0CA. Grayscale: #3A3A3A. Windows color (decimal): -11391179 or 3485522. OLE color: 3485522.

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

Color convert

RGB824753-
CMYK00.430.350.68
HSL349.71º27.13%25.29%-
HSV(B)349.71º42.68%32.16%-
XYZ5.144.083.89-
YUV58.15125.1145.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=45.05%
G=25.82%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82475300.430.350.68349.7127.1325.29
Hex522F3502B234415e1b19
Octal1225765053431045363331
Binary1010010101111110101010101110001110001001010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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