Html Css Color HEX #523840 Wine Berry

📋 copy color: '#523840'

red 82 ◦ green 56 ◦ blue 64

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

Shades of Wine Berry #523840

Tints of Wine Berry #523840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

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

R = 40.59%
G = 27.72%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#523840 (or 0x523840) is known color: Wine Berry. HEX triplet: 52, 38 and 40. RGB value is (82,56,64). Sum of RGB (Red+Green+Blue) = 82+56+64=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523840 is #ADC7BF. Grayscale: #404040. Windows color (decimal): -11388864 or 4208722. OLE color: 4208722.

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

Color convert

RGB 82 56 64 -
CMYK 0 0.32 0.22 0.68
HSL 341.54º 0.19% 0.27% -
HSV(B) 341.54º 0.32% 0.32% -
XYZ 5.82 4.99 5.51 -
YUV 64.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 82 56 64 0 0.32 0.22 0.68 341.54 0.19 0.27
Hex 52 38 40 0 20 16 44 156 13 1B
Octal 122 70 100 0 40 26 104 526 23 33
Binary 1010010 111000 1000000 0 100000 10110 1000100 101010110 10011 11011

Color Harmonies of #523840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523840

Black with #523840

Text Example


Text Example

White with #523840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523840; }

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

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

background-color css

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

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

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

border-color css

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

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

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