#523136

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

Shades of Wine Berry #523136

Tints of Wine Berry #523136

Color information

#523136 (or 0x523136) is unknown color: approx Wine Berry. HEX triplet: 52, 31 and 36. RGB value is (82,49,54). Sum of RGB (Red+Green+Blue) = 82+49+54=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523136 is #ADCEC9. Grayscale: #3B3B3B. Windows color (decimal): -11390666 or 3551570. OLE color: 3551570.

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

Color convert

RGB824954-
CMYK00.400.340.68
HSL350.91º25.19%25.69%-
HSV(B)350.91º40.24%32.16%-
XYZ5.244.264.04-
YUV59.44124.93144.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 54 (21.48% from 255) = 29.19%
R=44.32%
G=26.49%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82495400.400.340.68350.9125.1925.69
Hex523136028224415f191a
Octal1226166050421045373132
Binary1010010110001110110010100010001010001001010111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523136; }

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

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

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

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

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

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

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

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