#575160

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

Shades of Mulled Wine #575160

Tints of Mulled Wine #575160

Color information

#575160 (or 0x575160) is unknown color: approx Mulled Wine. HEX triplet: 57, 51 and 60. RGB value is (87,81,96). Sum of RGB (Red+Green+Blue) = 87+81+96=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #575160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575160 is #A8AE9F. Grayscale: #545454. Windows color (decimal): -11054752 or 6312279. OLE color: 6312279.

HSL color Cylindrical-coordinate representation of color #575160: hue angle of 264º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575160 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878196-
CMYK0.090.1600.62
HSL264º8.47%34.71%-
HSV(B)264º15.62%37.65%-
XYZ8.988.7612.28-
YUV84.5134.49129.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=32.95%
G=30.68%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8781960.090.1600.622648.4734.71
Hex57516091003E108823
Octal12712114011200764101043
Binary10101111010001110000010011000001111101000010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575160; }

 p { color: rgb(87,81,96); }

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

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

 a { background-color: rgb(87,81,96); }

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

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

 span { border-color: rgb(87,81,96); }

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