#50435D

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

Shades of Mulled Wine #50435D

Tints of Mulled Wine #50435D

Color information

#50435D (or 0x50435D) is unknown color: approx Mulled Wine. HEX triplet: 50, 43 and 5D. RGB value is (80,67,93). Sum of RGB (Red+Green+Blue) = 80+67+93=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #50435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50435D is #AFBCA2. Grayscale: #494949. Windows color (decimal): -11517091 or 6112080. OLE color: 6112080.

HSL color Cylindrical-coordinate representation of color #50435D: hue angle of 270º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50435D is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB806793-
CMYK0.140.2800.64
HSL270º16.25%31.37%-
HSV(B)270º27.96%36.47%-
XYZ7.296.5111.23-
YUV73.85138.81132.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=33.33%
G=27.92%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8067930.140.2800.6427016.2531.37
Hex50435DE1C04010e101f
Octal120103135163401004162037
Binary101000010000111011101111011100010000001000011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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