Html Css Color HEX #50445C Mulled Wine

📋 copy color: '#50445C'

red 80 ◦ green 68 ◦ blue 92

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

Shades of Mulled Wine #50445C

Tints of Mulled Wine #50445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 33.33%
G = 28.33%
B = 38.33%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50445C (or 0x50445C) is known color: Mulled Wine. HEX triplet: 50, 44 and 5C. RGB value is (80,68,92). Sum of RGB (Red+Green+Blue) = 80+68+92=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #50445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50445C is #AFBBA3. Grayscale: #4A4A4A. Windows color (decimal): -11516836 or 6046800. OLE color: 6046800.

HSL color Cylindrical-coordinate representation of color #50445C: hue angle of 270º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50445C is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 68 92 -
CMYK 0.13 0.26 0 0.64
HSL 270º 0.15% 0.31% -
HSV(B) 270º 0.26% 0.36% -
XYZ 7.31 6.61 11.02 -
YUV 74.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 80 68 92 0.13 0.26 0 0.64 270 0.15 0.31
Hex 50 44 5C D 1A 0 40 10E F 1F
Octal 120 104 134 15 32 0 100 416 17 37
Binary 1010000 1000100 1011100 1101 11010 0 1000000 100001110 1111 11111

Color Harmonies of #50445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50445C

Black with #50445C

Text Example


Text Example

White with #50445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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