#523239

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

Shades of Wine Berry #523239

Tints of Wine Berry #523239

Color information

#523239 (or 0x523239) is unknown color: approx Wine Berry. HEX triplet: 52, 32 and 39. RGB value is (82,50,57). Sum of RGB (Red+Green+Blue) = 82+50+57=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523239 is #ADCDC6. Grayscale: #3C3C3C. Windows color (decimal): -11390407 or 3748434. OLE color: 3748434.

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

Color convert

RGB825057-
CMYK00.390.300.68
HSL346.88º24.24%25.88%-
HSV(B)346.88º39.02%32.16%-
XYZ5.364.374.43-
YUV60.37126.1143.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=43.39%
G=26.46%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82505700.390.300.68346.8824.2425.88
Hex5232390271E4415b181a
Octal1226271047361045333032
Binary101001011001011100101001111111010001001010110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523239; }

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

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

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

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

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

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

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

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