Html Css Color HEX #50373E Wine Berry

📋 copy color: '#50373E'

red 80 ◦ green 55 ◦ blue 62

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

Shades of Wine Berry #50373E

Tints of Wine Berry #50373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

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

R = 40.61%
G = 27.92%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50373E (or 0x50373E) is known color: Wine Berry. HEX triplet: 50, 37 and 3E. RGB value is (80,55,62). Sum of RGB (Red+Green+Blue) = 80+55+62=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373E is #AFC8C1. Grayscale: #3F3F3F. Windows color (decimal): -11520194 or 4077392. OLE color: 4077392.

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

Color convert

RGB 80 55 62 -
CMYK 0 0.31 0.22 0.69
HSL 343.2º 0.19% 0.26% -
HSV(B) 343.2º 0.31% 0.31% -
XYZ 5.54 4.79 5.19 -
YUV 63.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 80 55 62 0 0.31 0.22 0.69 343.2 0.19 0.26
Hex 50 37 3E 0 1F 16 45 157 13 1A
Octal 120 67 76 0 37 26 105 527 23 32
Binary 1010000 110111 111110 0 11111 10110 1000101 101010111 10011 11010

Color Harmonies of #50373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50373E

Black with #50373E

Text Example


Text Example

White with #50373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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