Html Css Color HEX #523940 Wine Berry

📋 copy color: '#523940'

red 82 ◦ green 57 ◦ blue 64

#523940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #523940

Tints of Wine Berry #523940

RGB

 RED value IS 82 (32.42% from 255) = 40.39%

 GREEN value IS 57 (22.66% from 255) = 28.08%

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 40.39%
G = 28.08%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#523940 (or 0x523940) is known color: Wine Berry. HEX triplet: 52, 39 and 40. RGB value is (82,57,64). Sum of RGB (Red+Green+Blue) = 82+57+64=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523940 is #ADC6BF. Grayscale: #414141. Windows color (decimal): -11388608 or 4208978. OLE color: 4208978.

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

Color convert

RGB 82 57 64 -
CMYK 0 0.30 0.22 0.68
HSL 343.2º 0.18% 0.27% -
HSV(B) 343.2º 0.3% 0.32% -
XYZ 5.87 5.09 5.52 -
YUV 65.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 82 57 64 0 0.30 0.22 0.68 343.2 0.18 0.27
Hex 52 39 40 0 1E 16 44 157 12 1B
Octal 122 71 100 0 36 26 104 527 22 33
Binary 1010010 111001 1000000 0 11110 10110 1000100 101010111 10010 11011

Color Harmonies of #523940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523940

Black with #523940

Text Example


Text Example

White with #523940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523940; }

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

 H1.HeaderClassName
 {
   color: #523940;
 }
 .AnyTagClassName
 {
   color: #523940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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