Html Css Color HEX #523640 Wine Berry

📋 copy color: '#523640'

red 82 ◦ green 54 ◦ blue 64

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

Shades of Wine Berry #523640

Tints of Wine Berry #523640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 41%
G = 27%
B = 32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#523640 (or 0x523640) is known color: Wine Berry. HEX triplet: 52, 36 and 40. RGB value is (82,54,64). Sum of RGB (Red+Green+Blue) = 82+54+64=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523640 is #ADC9BF. Grayscale: #3F3F3F. Windows color (decimal): -11389376 or 4208210. OLE color: 4208210.

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

Color convert

RGB 82 54 64 -
CMYK 0 0.34 0.22 0.68
HSL 338.57º 0.21% 0.27% -
HSV(B) 338.57º 0.34% 0.32% -
XYZ 5.72 4.8 5.48 -
YUV 63.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 82 54 64 0 0.34 0.22 0.68 338.57 0.21 0.27
Hex 52 36 40 0 22 16 44 153 15 1B
Octal 122 66 100 0 42 26 104 523 25 33
Binary 1010010 110110 1000000 0 100010 10110 1000100 101010011 10101 11011

Color Harmonies of #523640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523640

Black with #523640

Text Example


Text Example

White with #523640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523640; }

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

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

background-color css

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

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

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

border-color css

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

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

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