#50415B

Color #50415B Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #50415B

Tints of Mulled Wine #50415B

Color information

#50415B (or 0x50415B) is unknown color: approx 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

RGB806591-
CMYK0.120.2900.64
HSL274.62º16.67%30.59%-
HSV(B)274.62º28.57%35.69%-
XYZ7.096.2410.73-
YUV72.45138.47133.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=33.90%
G=27.54%
B=38.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8065910.120.2900.64274.6216.6730.59
Hex50415BC1D040113111f
Octal120101133143501004232137
Binary101000010000011011011110011101010000001000100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>