#50435E

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

Shades of Mulled Wine #50435E

Tints of Mulled Wine #50435E

Color information

#50435E (or 0x50435E) is unknown color: approx Mulled Wine. HEX triplet: 50, 43 and 5E. RGB value is (80,67,94). Sum of RGB (Red+Green+Blue) = 80+67+94=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #50435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50435E is #AFBCA1. Grayscale: #494949. Windows color (decimal): -11517090 or 6177616. OLE color: 6177616.

HSL color Cylindrical-coordinate representation of color #50435E: hue angle of 268.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50435E is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB806794-
CMYK0.150.2900.63
HSL268.89º16.77%31.57%-
HSV(B)268.89º28.72%36.86%-
XYZ7.346.5311.46-
YUV73.96139.31132.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=33.20%
G=27.80%
B=39.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8067940.150.2900.63268.8916.7731.57
Hex50435EF1D03F10d1120
Octal12010313617350774152140
Binary101000010000111011110111111101011111110000110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50435E; }

 p { color: rgb(80,67,94); }

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

<style>
 a { background-color: #50435E; }

 a { background-color: rgb(80,67,94); }

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

<style>
 span { border-color: #50435E; }

 span { border-color: rgb(80,67,94); }

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