Html Css Color HEX #522931 Wine Berry

📋 copy color: '#522931'

red 82 ◦ green 41 ◦ blue 49

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

Shades of Wine Berry #522931

Tints of Wine Berry #522931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 49 (19.53% from 255) = 28.49%

R = 47.67%
G = 23.84%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#522931 (or 0x522931) is known color: Wine Berry. HEX triplet: 52, 29 and 31. RGB value is (82,41,49). Sum of RGB (Red+Green+Blue) = 82+41+49=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #522931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522931 is #ADD6CE. Grayscale: #363636. Windows color (decimal): -11392719 or 3221842. OLE color: 3221842.

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

Color convert

RGB 82 41 49 -
CMYK 0 0.50 0.40 0.68
HSL 348.29º 0.33% 0.24% -
HSV(B) 348.29º 0.5% 0.32% -
XYZ 4.83 3.6 3.35 -
YUV 54.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 82 41 49 0 0.50 0.40 0.68 348.29 0.33 0.24
Hex 52 29 31 0 32 28 44 15C 21 18
Octal 122 51 61 0 62 50 104 534 41 30
Binary 1010010 101001 110001 0 110010 101000 1000100 101011100 100001 11000

Color Harmonies of #522931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522931

Black with #522931

Text Example


Text Example

White with #522931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522931; }

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

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

background-color css

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

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

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

border-color css

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

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

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