#57496D

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

Shades of Mulled Wine #57496D

Tints of Mulled Wine #57496D

Color information

#57496D (or 0x57496D) is unknown color: approx Mulled Wine. HEX triplet: 57, 49 and 6D. RGB value is (87,73,109). Sum of RGB (Red+Green+Blue) = 87+73+109=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #57496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57496D is #A8B692. Grayscale: #515151. Windows color (decimal): -11056787 or 7162199. OLE color: 7162199.

HSL color Cylindrical-coordinate representation of color #57496D: hue angle of 263.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57496D is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8773109-
CMYK0.200.3300.57
HSL263.33º19.78%35.69%-
HSV(B)263.33º33.03%42.75%-
XYZ9.077.915.51-
YUV81.29143.64132.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=32.34%
G=27.14%
B=40.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87731090.200.3300.57263.3319.7835.69
Hex57496D14210391071424
Octal12711115524410714072444
Binary10101111001001110110110100100001011100110000011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,73,109); }

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

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

 a { background-color: rgb(87,73,109); }

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

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

 span { border-color: rgb(87,73,109); }

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