Html Css Color HEX #523138 Wine Berry

📋 copy color: '#523138'

red 82 ◦ green 49 ◦ blue 56

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

Shades of Wine Berry #523138

Tints of Wine Berry #523138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.95%

R = 43.85%
G = 26.2%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#523138 (or 0x523138) is known color: Wine Berry. HEX triplet: 52, 31 and 38. RGB value is (82,49,56). Sum of RGB (Red+Green+Blue) = 82+49+56=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523138 is #ADCEC7. Grayscale: #3B3B3B. Windows color (decimal): -11390664 or 3682642. OLE color: 3682642.

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

Color convert

RGB 82 49 56 -
CMYK 0 0.40 0.32 0.68
HSL 347.27º 0.25% 0.26% -
HSV(B) 347.27º 0.4% 0.32% -
XYZ 5.29 4.28 4.29 -
YUV 59.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 82 49 56 0 0.40 0.32 0.68 347.27 0.25 0.26
Hex 52 31 38 0 28 20 44 15B 19 1A
Octal 122 61 70 0 50 40 104 533 31 32
Binary 1010010 110001 111000 0 101000 100000 1000100 101011011 11001 11010

Color Harmonies of #523138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523138

Black with #523138

Text Example


Text Example

White with #523138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523138; }

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

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

background-color css

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

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

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

border-color css

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

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

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