Html Css Color HEX #50465D Mulled Wine

📋 copy color: '#50465D'

red 80 ◦ green 70 ◦ blue 93

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

Shades of Mulled Wine #50465D

Tints of Mulled Wine #50465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 32.92%
G = 28.81%
B = 38.27%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50465D (or 0x50465D) is known color: Mulled Wine. HEX triplet: 50, 46 and 5D. RGB value is (80,70,93). Sum of RGB (Red+Green+Blue) = 80+70+93=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #50465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50465D is #AFB9A2. Grayscale: #4B4B4B. Windows color (decimal): -11516323 or 6112848. OLE color: 6112848.

HSL color Cylindrical-coordinate representation of color #50465D: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50465D is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 70 93 -
CMYK 0.14 0.25 0 0.64
HSL 266.09º 0.14% 0.32% -
HSV(B) 266.09º 0.25% 0.36% -
XYZ 7.47 6.88 11.29 -
YUV 75.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 80 70 93 0.14 0.25 0 0.64 266.09 0.14 0.32
Hex 50 46 5D E 19 0 40 10A E 20
Octal 120 106 135 16 31 0 100 412 16 40
Binary 1010000 1000110 1011101 1110 11001 0 1000000 100001010 1110 100000

Color Harmonies of #50465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50465D

Black with #50465D

Text Example


Text Example

White with #50465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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