Html Css Color HEX #523136 Wine Berry

📋 copy color: '#523136'

red 82 ◦ green 49 ◦ blue 54

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

Shades of Wine Berry #523136

Tints of Wine Berry #523136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.19%

R = 44.32%
G = 26.49%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#523136 (or 0x523136) is known color: Wine Berry. HEX triplet: 52, 31 and 36. RGB value is (82,49,54). Sum of RGB (Red+Green+Blue) = 82+49+54=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523136 is #ADCEC9. Grayscale: #3B3B3B. Windows color (decimal): -11390666 or 3551570. OLE color: 3551570.

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

Color convert

RGB 82 49 54 -
CMYK 0 0.40 0.34 0.68
HSL 350.91º 0.25% 0.26% -
HSV(B) 350.91º 0.4% 0.32% -
XYZ 5.24 4.26 4.04 -
YUV 59.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 82 49 54 0 0.40 0.34 0.68 350.91 0.25 0.26
Hex 52 31 36 0 28 22 44 15F 19 1A
Octal 122 61 66 0 50 42 104 537 31 32
Binary 1010010 110001 110110 0 101000 100010 1000100 101011111 11001 11010

Color Harmonies of #523136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523136

Black with #523136

Text Example


Text Example

White with #523136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523136; }

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

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

background-color css

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

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

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

border-color css

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

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

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