Html Css Color HEX #50363E Wine Berry

📋 copy color: '#50363E'

red 80 ◦ green 54 ◦ blue 62

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

Shades of Wine Berry #50363E

Tints of Wine Berry #50363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 40.82%
G = 27.55%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50363E (or 0x50363E) is known color: Wine Berry. HEX triplet: 50, 36 and 3E. RGB value is (80,54,62). Sum of RGB (Red+Green+Blue) = 80+54+62=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363E is #AFC9C1. Grayscale: #3E3E3E. Windows color (decimal): -11520450 or 4077136. OLE color: 4077136.

HSL color Cylindrical-coordinate representation of color #50363E: hue angle of 341.54º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50363E is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 62 -
CMYK 0 0.33 0.22 0.69
HSL 341.54º 0.19% 0.26% -
HSV(B) 341.54º 0.33% 0.31% -
XYZ 5.5 4.69 5.17 -
YUV 62.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 80 54 62 0 0.33 0.22 0.69 341.54 0.19 0.26
Hex 50 36 3E 0 21 16 45 156 13 1A
Octal 120 66 76 0 41 26 105 526 23 32
Binary 1010000 110110 111110 0 100001 10110 1000101 101010110 10011 11010

Color Harmonies of #50363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50363E

Black with #50363E

Text Example


Text Example

White with #50363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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