#523138

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

Shades of Wine Berry #523138

Tints of Wine Berry #523138

Color information

#523138 (or 0x523138) is unknown color: approx Wine Berry. HEX triplet: 52, 31 and 38. RGB value is (82,49,56). Sum of RGB (Red+Green+Blue) = 82+49+56=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523138 is #ADCEC7. Grayscale: #3B3B3B. Windows color (decimal): -11390664 or 3682642. OLE color: 3682642.

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

Color convert

RGB824956-
CMYK00.400.320.68
HSL347.27º25.19%25.69%-
HSV(B)347.27º40.24%32.16%-
XYZ5.294.284.29-
YUV59.66125.93143.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=43.85%
G=26.20%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82495600.400.320.68347.2725.1925.69
Hex523138028204415b191a
Octal1226170050401045333132
Binary1010010110001111000010100010000010001001010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523138; }

 p { color: rgb(82,49,56); }

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

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

 a { background-color: rgb(82,49,56); }

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

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

 span { border-color: rgb(82,49,56); }

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