#575164

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

Shades of Mulled Wine #575164

Tints of Mulled Wine #575164

Color information

#575164 (or 0x575164) is unknown color: approx Mulled Wine. HEX triplet: 57, 51 and 64. RGB value is (87,81,100). Sum of RGB (Red+Green+Blue) = 87+81+100=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #575164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575164 is #A8AE9B. Grayscale: #545454. Windows color (decimal): -11054748 or 6574423. OLE color: 6574423.

HSL color Cylindrical-coordinate representation of color #575164: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575164 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8781100-
CMYK0.130.1900.61
HSL258.95º10.5%35.49%-
HSV(B)258.95º19%39.22%-
XYZ9.178.8313.28-
YUV84.96136.49129.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=32.46%
G=30.22%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87811000.130.1900.61258.9510.535.49
Hex575164D1303D103a23
Octal12712114415230754031243
Binary10101111010001110010011011001101111011000000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575164; }

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

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

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

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

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

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

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

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