Html Css Color HEX #50353D Wine Berry

📋 copy color: '#50353D'

red 80 ◦ green 53 ◦ blue 61

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

Shades of Wine Berry #50353D

Tints of Wine Berry #50353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 41.24%
G = 27.32%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50353D (or 0x50353D) is known color: Wine Berry. HEX triplet: 50, 35 and 3D. RGB value is (80,53,61). Sum of RGB (Red+Green+Blue) = 80+53+61=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353D is #AFCAC2. Grayscale: #3D3D3D. Windows color (decimal): -11520707 or 4011344. OLE color: 4011344.

HSL color Cylindrical-coordinate representation of color #50353D: hue angle of 342.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50353D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 61 -
CMYK 0 0.34 0.24 0.69
HSL 342.22º 0.2% 0.26% -
HSV(B) 342.22º 0.34% 0.31% -
XYZ 5.42 4.59 5.01 -
YUV 61.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 80 53 61 0 0.34 0.24 0.69 342.22 0.2 0.26
Hex 50 35 3D 0 22 18 45 156 14 1A
Octal 120 65 75 0 42 30 105 526 24 32
Binary 1010000 110101 111101 0 100010 11000 1000101 101010110 10100 11010

Color Harmonies of #50353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50353D

Black with #50353D

Text Example


Text Example

White with #50353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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