#50455A

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

Shades of Mulled Wine #50455A

Tints of Mulled Wine #50455A

Color information

#50455A (or 0x50455A) is unknown color: approx Mulled Wine. HEX triplet: 50, 45 and 5A. RGB value is (80,69,90). Sum of RGB (Red+Green+Blue) = 80+69+90=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #50455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50455A is #AFBAA5. Grayscale: #4A4A4A. Windows color (decimal): -11516582 or 5915984. OLE color: 5915984.

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

Color convert

RGB806990-
CMYK0.110.2300.65
HSL271.43º13.21%31.18%-
HSV(B)271.43º23.33%35.29%-
XYZ7.286.710.58-
YUV74.68136.64131.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=33.47%
G=28.87%
B=37.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8069900.110.2300.65271.4313.2131.18
Hex50455AB1704110fd1f
Octal120105132132701014171537
Binary10100001000101101101010111011101000001100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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