#523237

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

Shades of Wine Berry #523237

Tints of Wine Berry #523237

Color information

#523237 (or 0x523237) is unknown color: approx Wine Berry. HEX triplet: 52, 32 and 37. RGB value is (82,50,55). Sum of RGB (Red+Green+Blue) = 82+50+55=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523237 is #ADCDC8. Grayscale: #3C3C3C. Windows color (decimal): -11390409 or 3617362. OLE color: 3617362.

HSL color Cylindrical-coordinate representation of color #523237: hue angle of 350.62º 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 #523237 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB825055-
CMYK00.390.330.68
HSL350.62º24.24%25.88%-
HSV(B)350.62º39.02%32.16%-
XYZ5.314.354.17-
YUV60.14125.1143.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=43.85%
G=26.74%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82505500.390.330.68350.6224.2425.88
Hex523237027214415f181a
Octal1226267047411045373032
Binary1010010110010110111010011110000110001001010111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523237; }

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

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

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

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

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

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

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

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