Html Css Color HEX #523137 Wine Berry

📋 copy color: '#523137'

red 82 ◦ green 49 ◦ blue 55

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

Shades of Wine Berry #523137

Tints of Wine Berry #523137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 55 (21.88% from 255) = 29.57%

R = 44.09%
G = 26.34%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#523137 (or 0x523137) is known color: Wine Berry. HEX triplet: 52, 31 and 37. RGB value is (82,49,55). Sum of RGB (Red+Green+Blue) = 82+49+55=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523137 is #ADCEC8. Grayscale: #3B3B3B. Windows color (decimal): -11390665 or 3617106. OLE color: 3617106.

HSL color Cylindrical-coordinate representation of color #523137: hue angle of 349.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523137 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 55 -
CMYK 0 0.40 0.33 0.68
HSL 349.09º 0.25% 0.26% -
HSV(B) 349.09º 0.4% 0.32% -
XYZ 5.27 4.27 4.16 -
YUV 59.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 82 49 55 0 0.40 0.33 0.68 349.09 0.25 0.26
Hex 52 31 37 0 28 21 44 15D 19 1A
Octal 122 61 67 0 50 41 104 535 31 32
Binary 1010010 110001 110111 0 101000 100001 1000100 101011101 11001 11010

Color Harmonies of #523137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523137

Black with #523137

Text Example


Text Example

White with #523137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523137; }

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

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

background-color css

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

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

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

border-color css

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

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

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