Html Css Color HEX #50445D Mulled Wine

📋 copy color: '#50445D'

red 80 ◦ green 68 ◦ blue 93

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

Shades of Mulled Wine #50445D

Tints of Mulled Wine #50445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 33.2%
G = 28.22%
B = 38.59%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50445D (or 0x50445D) is known color: Mulled Wine. HEX triplet: 50, 44 and 5D. RGB value is (80,68,93). Sum of RGB (Red+Green+Blue) = 80+68+93=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #50445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50445D is #AFBBA2. Grayscale: #4A4A4A. Windows color (decimal): -11516835 or 6112336. OLE color: 6112336.

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

Color convert

RGB 80 68 93 -
CMYK 0.14 0.27 0 0.64
HSL 268.8º 0.16% 0.32% -
HSV(B) 268.8º 0.27% 0.36% -
XYZ 7.35 6.63 11.25 -
YUV 74.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 80 68 93 0.14 0.27 0 0.64 268.8 0.16 0.32
Hex 50 44 5D E 1B 0 40 10D 10 20
Octal 120 104 135 16 33 0 100 415 20 40
Binary 1010000 1000100 1011101 1110 11011 0 1000000 100001101 10000 100000

Color Harmonies of #50445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50445D

Black with #50445D

Text Example


Text Example

White with #50445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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