#523037

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

Shades of Wine Berry #523037

Tints of Wine Berry #523037

Color information

#523037 (or 0x523037) is unknown color: approx Wine Berry. HEX triplet: 52, 30 and 37. RGB value is (82,48,55). Sum of RGB (Red+Green+Blue) = 82+48+55=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523037 is #ADCFC8. Grayscale: #3A3A3A. Windows color (decimal): -11390921 or 3616850. OLE color: 3616850.

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

Color convert

RGB824855-
CMYK00.410.330.68
HSL347.65º26.15%25.49%-
HSV(B)347.65º41.46%32.16%-
XYZ5.234.184.15-
YUV58.96125.76144.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=44.32%
G=25.95%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82485500.410.330.68347.6526.1525.49
Hex523037029214415c1a19
Octal1226067051411045343231
Binary1010010110000110111010100110000110001001010111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523037; }

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

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

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

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

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

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

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

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