Html Css Color HEX #50353E Wine Berry

📋 copy color: '#50353E'

red 80 ◦ green 53 ◦ blue 62

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

Shades of Wine Berry #50353E

Tints of Wine Berry #50353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.79%

R = 41.03%
G = 27.18%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50353E (or 0x50353E) is known color: Wine Berry. HEX triplet: 50, 35 and 3E. RGB value is (80,53,62). Sum of RGB (Red+Green+Blue) = 80+53+62=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353E is #AFCAC1. Grayscale: #3E3E3E. Windows color (decimal): -11520706 or 4076880. OLE color: 4076880.

HSL color Cylindrical-coordinate representation of color #50353E: hue angle of 340º 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 #50353E is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 62 -
CMYK 0 0.34 0.22 0.69
HSL 340º 0.2% 0.26% -
HSV(B) 340º 0.34% 0.31% -
XYZ 5.45 4.6 5.16 -
YUV 62.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 80 53 62 0 0.34 0.22 0.69 340 0.2 0.26
Hex 50 35 3E 0 22 16 45 154 14 1A
Octal 120 65 76 0 42 26 105 524 24 32
Binary 1010000 110101 111110 0 100010 10110 1000101 101010100 10100 11010

Color Harmonies of #50353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50353E

Black with #50353E

Text Example


Text Example

White with #50353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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