Html Css Color HEX #50465E Mulled Wine

📋 copy color: '#50465E'

red 80 ◦ green 70 ◦ blue 94

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

Shades of Mulled Wine #50465E

Tints of Mulled Wine #50465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 32.79%
G = 28.69%
B = 38.52%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50465E (or 0x50465E) is known color: Mulled Wine. HEX triplet: 50, 46 and 5E. RGB value is (80,70,94). Sum of RGB (Red+Green+Blue) = 80+70+94=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #50465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50465E is #AFB9A1. Grayscale: #4B4B4B. Windows color (decimal): -11516322 or 6178384. OLE color: 6178384.

HSL color Cylindrical-coordinate representation of color #50465E: hue angle of 265º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50465E is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 70 94 -
CMYK 0.15 0.26 0 0.63
HSL 265º 0.15% 0.32% -
HSV(B) 265º 0.26% 0.37% -
XYZ 7.52 6.89 11.52 -
YUV 75.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 80 70 94 0.15 0.26 0 0.63 265 0.15 0.32
Hex 50 46 5E F 1A 0 3F 109 F 20
Octal 120 106 136 17 32 0 77 411 17 40
Binary 1010000 1000110 1011110 1111 11010 0 111111 100001001 1111 100000

Color Harmonies of #50465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50465E

Black with #50465E

Text Example


Text Example

White with #50465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,70,94); }

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

background-color css

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

 a { background-color: rgb(80,70,94); }

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

border-color css

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

 span { border-color: rgb(80,70,94); }

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