#50415C

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

Shades of Mulled Wine #50415C

Tints of Mulled Wine #50415C

Color information

#50415C (or 0x50415C) is unknown color: approx Mulled Wine. HEX triplet: 50, 41 and 5C. RGB value is (80,65,92). Sum of RGB (Red+Green+Blue) = 80+65+92=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #50415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50415C is #AFBEA3. Grayscale: #484848. Windows color (decimal): -11517604 or 6046032. OLE color: 6046032.

HSL color Cylindrical-coordinate representation of color #50415C: hue angle of 273.33º 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 #50415C is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB806592-
CMYK0.130.2900.64
HSL273.33º17.2%30.78%-
HSV(B)273.33º29.35%36.08%-
XYZ7.136.2610.96-
YUV72.56138.97133.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=33.76%
G=27.43%
B=38.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8065920.130.2900.64273.3317.230.78
Hex50415CD1D040111111f
Octal120101134153501004212137
Binary101000010000011011100110111101010000001000100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50415C;
 }
 .AnyTagClassName
 {
   color: #50415C;
 }
</style>
background-color css

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

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

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

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

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

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