Html Css Color HEX #50323D Wine Berry

📋 copy color: '#50323D'

red 80 ◦ green 50 ◦ blue 61

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

Shades of Wine Berry #50323D

Tints of Wine Berry #50323D

RGB

 RED value IS 80 (31.64% from 255) = 41.88%

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 41.88%
G = 26.18%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50323D (or 0x50323D) is known color: Wine Berry. HEX triplet: 50, 32 and 3D. RGB value is (80,50,61). Sum of RGB (Red+Green+Blue) = 80+50+61=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50323D is #AFCDC2. Grayscale: #3C3C3C. Windows color (decimal): -11521475 or 4010576. OLE color: 4010576.

HSL color Cylindrical-coordinate representation of color #50323D: hue angle of 338º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50323D is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 61 -
CMYK 0 0.37 0.24 0.69
HSL 338º 0.23% 0.25% -
HSV(B) 338º 0.38% 0.31% -
XYZ 5.29 4.32 4.97 -
YUV 60.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 80 50 61 0 0.37 0.24 0.69 338 0.23 0.25
Hex 50 32 3D 0 25 18 45 152 17 19
Octal 120 62 75 0 45 30 105 522 27 31
Binary 1010000 110010 111101 0 100101 11000 1000101 101010010 10111 11001

Color Harmonies of #50323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50323D

Black with #50323D

Text Example


Text Example

White with #50323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50323D; }

 p { color: rgb(80,50,61); }

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

background-color css

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

 a { background-color: rgb(80,50,61); }

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

border-color css

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

 span { border-color: rgb(80,50,61); }

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