#523740

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

Shades of Wine Berry #523740

Tints of Wine Berry #523740

Color information

#523740 (or 0x523740) is unknown color: approx Wine Berry. HEX triplet: 52, 37 and 40. RGB value is (82,55,64). Sum of RGB (Red+Green+Blue) = 82+55+64=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523740 is #ADC8BF. Grayscale: #404040. Windows color (decimal): -11389120 or 4208466. OLE color: 4208466.

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

Color convert

RGB825564-
CMYK00.330.220.68
HSL340º19.71%26.86%-
HSV(B)340º32.93%32.16%-
XYZ5.774.95.49-
YUV64.1127.95140.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=40.80%
G=27.36%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82556400.330.220.6834019.7126.86
Hex5237400211644154141b
Octal12267100041261045242433
Binary1010010110111100000001000011011010001001010101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523740; }

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

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

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

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

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

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

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

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