Html Css Color HEX #50495B Mulled Wine

📋 copy color: '#50495B'

red 80 ◦ green 73 ◦ blue 91

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

Shades of Mulled Wine #50495B

Tints of Mulled Wine #50495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 32.79%
G = 29.92%
B = 37.3%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50495B (or 0x50495B) is known color: Mulled Wine. HEX triplet: 50, 49 and 5B. RGB value is (80,73,91). Sum of RGB (Red+Green+Blue) = 80+73+91=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #50495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50495B is #AFB6A4. Grayscale: #4D4D4D. Windows color (decimal): -11515557 or 5982544. OLE color: 5982544.

HSL color Cylindrical-coordinate representation of color #50495B: hue angle of 263.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50495B is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 73 91 -
CMYK 0.12 0.20 0 0.64
HSL 263.33º 0.11% 0.32% -
HSV(B) 263.33º 0.2% 0.36% -
XYZ 7.58 7.23 10.89 -
YUV 77.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 80 73 91 0.12 0.20 0 0.64 263.33 0.11 0.32
Hex 50 49 5B C 14 0 40 107 B 20
Octal 120 111 133 14 24 0 100 407 13 40
Binary 1010000 1001001 1011011 1100 10100 0 1000000 100000111 1011 100000

Color Harmonies of #50495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50495B

Black with #50495B

Text Example


Text Example

White with #50495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50495B; }

 p { color: rgb(80,73,91); }

 H1.HeaderClassName
 {
   color: #50495B;
 }
 .AnyTagClassName
 {
   color: #50495B;
 }
</style>

background-color css

<style>
 a { background-color: #50495B; }

 a { background-color: rgb(80,73,91); }

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

border-color css

<style>
 span { border-color: #50495B; }

 span { border-color: rgb(80,73,91); }

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