#50425A

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

Shades of Mulled Wine #50425A

Tints of Mulled Wine #50425A

Color information

#50425A (or 0x50425A) is unknown color: approx Mulled Wine. HEX triplet: 50, 42 and 5A. RGB value is (80,66,90). Sum of RGB (Red+Green+Blue) = 80+66+90=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #50425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50425A is #AFBDA5. Grayscale: #484848. Windows color (decimal): -11517350 or 5915216. OLE color: 5915216.

HSL color Cylindrical-coordinate representation of color #50425A: hue angle of 275º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50425A is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB806690-
CMYK0.110.2700.65
HSL275º15.38%30.59%-
HSV(B)275º26.67%35.29%-
XYZ7.16.3410.52-
YUV72.92137.64133.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=33.90%
G=27.97%
B=38.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8066900.110.2700.6527515.3830.59
Hex50425AB1B041113f1f
Octal120102132133301014231737
Binary10100001000010101101010111101101000001100010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50425A; }

 p { color: rgb(80,66,90); }

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

<style>
 a { background-color: #50425A; }

 a { background-color: rgb(80,66,90); }

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

<style>
 span { border-color: #50425A; }

 span { border-color: rgb(80,66,90); }

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