#523A41

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

Shades of Wine Berry #523A41

Tints of Wine Berry #523A41

Color information

#523A41 (or 0x523A41) is unknown color: approx Wine Berry. HEX triplet: 52, 3A and 41. RGB value is (82,58,65). Sum of RGB (Red+Green+Blue) = 82+58+65=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A41 is #ADC5BE. Grayscale: #414141. Windows color (decimal): -11388351 or 4274770. OLE color: 4274770.

HSL color Cylindrical-coordinate representation of color #523A41: hue angle of 342.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523A41 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB825865-
CMYK00.290.210.68
HSL342.5º17.14%27.45%-
HSV(B)342.5º29.27%32.16%-
XYZ5.955.25.69-
YUV65.97127.45139.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=40%
G=28.29%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82586500.290.210.68342.517.1427.45
Hex523A4101D1544156111b
Octal12272101035251045262133
Binary101001011101010000010111011010110001001010101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A41; }

 p { color: rgb(82,58,65); }

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

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

 a { background-color: rgb(82,58,65); }

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

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

 span { border-color: rgb(82,58,65); }

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