Html Css Color HEX #50485D Mulled Wine

📋 copy color: '#50485D'

red 80 ◦ green 72 ◦ blue 93

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

Shades of Mulled Wine #50485D

Tints of Mulled Wine #50485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 32.65%
G = 29.39%
B = 37.96%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50485D (or 0x50485D) is known color: Mulled Wine. HEX triplet: 50, 48 and 5D. RGB value is (80,72,93). Sum of RGB (Red+Green+Blue) = 80+72+93=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #50485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50485D is #AFB7A2. Grayscale: #4C4C4C. Windows color (decimal): -11515811 or 6113360. OLE color: 6113360.

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

Color convert

RGB 80 72 93 -
CMYK 0.14 0.23 0 0.64
HSL 262.86º 0.13% 0.32% -
HSV(B) 262.86º 0.23% 0.36% -
XYZ 7.6 7.13 11.33 -
YUV 76.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 80 72 93 0.14 0.23 0 0.64 262.86 0.13 0.32
Hex 50 48 5D E 17 0 40 107 D 20
Octal 120 110 135 16 27 0 100 407 15 40
Binary 1010000 1001000 1011101 1110 10111 0 1000000 100000111 1101 100000

Color Harmonies of #50485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50485D

Black with #50485D

Text Example


Text Example

White with #50485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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