Html Css Color HEX #50415B Mulled Wine

📋 copy color: '#50415B'

red 80 ◦ green 65 ◦ blue 91

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

Shades of Mulled Wine #50415B

Tints of Mulled Wine #50415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

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

R = 33.9%
G = 27.54%
B = 38.56%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50415B (or 0x50415B) is known color: Mulled Wine. HEX triplet: 50, 41 and 5B. RGB value is (80,65,91). Sum of RGB (Red+Green+Blue) = 80+65+91=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #50415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50415B is #AFBEA4. Grayscale: #484848. Windows color (decimal): -11517605 or 5980496. OLE color: 5980496.

HSL color Cylindrical-coordinate representation of color #50415B: hue angle of 274.62º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50415B is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 65 91 -
CMYK 0.12 0.29 0 0.64
HSL 274.62º 0.17% 0.31% -
HSV(B) 274.62º 0.29% 0.36% -
XYZ 7.09 6.24 10.73 -
YUV 72.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 80 65 91 0.12 0.29 0 0.64 274.62 0.17 0.31
Hex 50 41 5B C 1D 0 40 113 11 1F
Octal 120 101 133 14 35 0 100 423 21 37
Binary 1010000 1000001 1011011 1100 11101 0 1000000 100010011 10001 11111

Color Harmonies of #50415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50415B

Black with #50415B

Text Example


Text Example

White with #50415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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