#50425B

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

Shades of Mulled Wine #50425B

Tints of Mulled Wine #50425B

Color information

#50425B (or 0x50425B) is unknown color: approx Mulled Wine. HEX triplet: 50, 42 and 5B. RGB value is (80,66,91). Sum of RGB (Red+Green+Blue) = 80+66+91=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #50425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50425B is #AFBDA4. Grayscale: #484848. Windows color (decimal): -11517349 or 5980752. OLE color: 5980752.

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

Color convert

RGB806691-
CMYK0.120.2700.64
HSL273.6º15.92%30.78%-
HSV(B)273.6º27.47%35.69%-
XYZ7.146.3610.75-
YUV73.04138.14132.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=33.76%
G=27.85%
B=38.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8066910.120.2700.64273.615.9230.78
Hex50425BC1B040112101f
Octal120102133143301004222037
Binary101000010000101011011110011011010000001000100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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