Html Css Color HEX #50465B Mulled Wine

📋 copy color: '#50465B'

red 80 ◦ green 70 ◦ blue 91

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

Shades of Mulled Wine #50465B

Tints of Mulled Wine #50465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 33.2%
G = 29.05%
B = 37.76%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50465B (or 0x50465B) is known color: Mulled Wine. HEX triplet: 50, 46 and 5B. RGB value is (80,70,91). Sum of RGB (Red+Green+Blue) = 80+70+91=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #50465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50465B is #AFB9A4. Grayscale: #4B4B4B. Windows color (decimal): -11516325 or 5981776. OLE color: 5981776.

HSL color Cylindrical-coordinate representation of color #50465B: hue angle of 268.57º 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 #50465B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 70 91 -
CMYK 0.12 0.23 0 0.64
HSL 268.57º 0.13% 0.32% -
HSV(B) 268.57º 0.23% 0.36% -
XYZ 7.39 6.84 10.83 -
YUV 75.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 80 70 91 0.12 0.23 0 0.64 268.57 0.13 0.32
Hex 50 46 5B C 17 0 40 10D D 20
Octal 120 106 133 14 27 0 100 415 15 40
Binary 1010000 1000110 1011011 1100 10111 0 1000000 100001101 1101 100000

Color Harmonies of #50465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50465B

Black with #50465B

Text Example


Text Example

White with #50465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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