Html Css Color HEX #523139 Wine Berry

📋 copy color: '#523139'

red 82 ◦ green 49 ◦ blue 57

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

Shades of Wine Berry #523139

Tints of Wine Berry #523139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.32%

R = 43.62%
G = 26.06%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#523139 (or 0x523139) is known color: Wine Berry. HEX triplet: 52, 31 and 39. RGB value is (82,49,57). Sum of RGB (Red+Green+Blue) = 82+49+57=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523139 is #ADCEC6. Grayscale: #3B3B3B. Windows color (decimal): -11390663 or 3748178. OLE color: 3748178.

HSL color Cylindrical-coordinate representation of color #523139: hue angle of 345.45º 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 #523139 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 57 -
CMYK 0 0.40 0.30 0.68
HSL 345.45º 0.25% 0.26% -
HSV(B) 345.45º 0.4% 0.32% -
XYZ 5.32 4.29 4.42 -
YUV 59.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 82 49 57 0 0.40 0.30 0.68 345.45 0.25 0.26
Hex 52 31 39 0 28 1E 44 159 19 1A
Octal 122 61 71 0 50 36 104 531 31 32
Binary 1010010 110001 111001 0 101000 11110 1000100 101011001 11001 11010

Color Harmonies of #523139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523139

Black with #523139

Text Example


Text Example

White with #523139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523139; }

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

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

background-color css

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

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

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

border-color css

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

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

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